CommandActionParam: {
    defaultValue?: string | null;
    description?: string | null;
    name: string;
    required?: boolean | null;
    type: string;
}

Type declaration

  • Optional defaultValue?: string | null
  • Optional description?: string | null
  • name: string
  • Optional required?: boolean | null
  • type: string