Preview environment

interface APIApplicationCommandInteractionDataNumberOption

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

optional
focused? : boolean

name : string

Inherited from: APIInteractionDataOptionBase

type : T

Inherited from: APIInteractionDataOptionBase

value : D

Inherited from: APIInteractionDataOptionBase