Preview environment

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

name : string

Inherited from: APIInteractionDataOptionBase

type : T

Inherited from: APIInteractionDataOptionBase

value : D

Inherited from: APIInteractionDataOptionBase