export interface ApplicationCommandOptionChoiceData<Value extends number | string = number | string>name : string
The name of the choice
optionalnameLocalizations? : LocalizationMap
The localized names for this choice
value : Value
The value of the choice