Discord.https - v3.0.16
    Preparing search index...

    Interface APIApplicationCommandInteractionDataNumberOption<Type>

    interface APIApplicationCommandInteractionDataNumberOption<
        Type extends InteractionType = InteractionType,
    > {
        focused?: boolean;
        name: string;
        type: Number;
        value: Type extends ApplicationCommandAutocomplete ? string : number;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    focused?: boolean
    name: string
    type: Number
    value: Type extends ApplicationCommandAutocomplete ? string : number