interface APIApplicationCommandInteractionDataNumberOption

export interface APIApplicationCommandInteractionDataNumberOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Number, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>

Type Parameters

optional
Type? extends InteractionType = InteractionType

optional
focused? : boolean

type : T

Inherited from: v10/APIInteractionDataOptionBase

value : D

Inherited from: v10/APIInteractionDataOptionBase