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

    Interface APIInteractionDataOptionBase<T, D>

    interface APIInteractionDataOptionBase<
        T extends ApplicationCommandOptionType,
        D,
    > {
        name: string;
        type: T;
        value: D;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    type: T
    value: D