interface ApplicationCommandOptionChoiceData

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

Type Parameters

optional
Value? extends number | string = number | string

name : string

The name of the choice

optional
nameLocalizations? : LocalizationMap

The localized names for this choice

value : Value

The value of the choice