export interface APIApplicationCommandInteractionDataIntegerOption<Type extends InteractionType = InteractionType> extends APIInteractionDataOptionBase<ApplicationCommandOptionType.Integer, Type extends InteractionType.ApplicationCommandAutocomplete ? string : number>
Type Parameters
optionalInteractionType = InteractionType Type? extends
optionalboolean focused? :
string name :
Inherited from: APIInteractionDataOptionBase
T type :
Inherited from: APIInteractionDataOptionBase
D value :
Inherited from: APIInteractionDataOptionBase