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

    Interface APIApplicationCommandInteractionDataStringOption

    interface APIApplicationCommandInteractionDataStringOption {
        focused?: boolean;
        name: string;
        type: String;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    focused?: boolean
    name: string
    type: String
    value: string