interface ApplicationCommandOptionChoiceData

export interface ApplicationCommandOptionChoiceData<Value extends string | number = string | number>

Type Parameters

optional
Value? extends string | number = string | number

name : string

The name of the choice

optional
nameLocalizations? : LocalizationMap

The localized names for this choice

value : Value

The value of the choice