@typed-discord/interactions
    Preparing search index...

    Interface ApplicationCommandInteractionStringOption

    interface ApplicationCommandInteractionStringOption {
        name: string;
        type: STRING;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: STRING

    Value of the application command option type.

    value: string

    The string value provided by the user.