interface APIApplicationCommandInteractionDataNumberOption

external
export interface APIApplicationCommandInteractionDataNumberOption extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, number>

optionalexternal
focused? : boolean

external
name : string

Inherited from: APIInteractionDataOptionBase

external
type : T

Inherited from: APIInteractionDataOptionBase

external
value : D

Inherited from: APIInteractionDataOptionBase