export interface APIApplicationCommandInteractionDataNumberOption extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, number>optionalfocused? : boolean 
name : string
Inherited from: APIInteractionDataOptionBase
type : T
Inherited from: APIInteractionDataOptionBase
value : D
Inherited from: APIInteractionDataOptionBase