Interface ISelectMenuOption

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

Implemented by

Properties

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

Generated using TypeDoc