Type alias ISelectMenuOption

ISelectMenuOption: {
    default: boolean;
    description?: string;
    emoji?: ReactionType;
    label: string;
    value: string;
}

Type declaration

  • default: boolean
  • Optional description?: string
  • Optional emoji?: ReactionType
  • label: string
  • value: string

Generated using TypeDoc