export interface APIApplicationCommandInteractionDataNumberOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>
Type Parameters
optionalInteractionType = InteractionType Type? extends
optionalboolean focused? :
string name :
Inherited from: APIInteractionDataOptionBase
T type :
Inherited from: APIInteractionDataOptionBase
D value :
Inherited from: APIInteractionDataOptionBase