Type alias FunctionOptionCommand

FunctionOptionCommand: {
    functionName: string;
    optionName: string;
    value?: any;
}

Represents a command option for a function.

Type declaration

  • functionName: string
  • optionName: string
  • Optional value?: any

Generated using TypeDoc