interface APIApplicationCommandInteractionDataNumberOption
extends
APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>external
export interface APIApplicationCommandInteractionDataNumberOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>
Type Parameters
optionalInteractionType = InteractionType Type? extends
optionalexternalboolean focused? :
externalstring name :
Inherited from: APIInteractionDataOptionBase
externalT type :
Inherited from: APIInteractionDataOptionBase
externalD value :
Inherited from: APIInteractionDataOptionBase