interface ApplicationCommandOption {
    name: string;
    required: boolean;
    type: ApplicationCommandOptionType;
}

Properties

Properties

name: string
required: boolean