export interface APIApplicationCommandInteractionDataNumberOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>Type Parameters
optionalType? extends InteractionType = InteractionType
optionalfocused? : boolean
name : string
Inherited from: v10/APIInteractionDataOptionBase
type : T
Inherited from: v10/APIInteractionDataOptionBase
value : D
Inherited from: v10/APIInteractionDataOptionBase