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

    Interface ApplicationCommandInteractionBaseOption

    interface ApplicationCommandInteractionBaseOption {
        name: string;
        type: ApplicationCommandOptionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: ApplicationCommandOptionType

    Value of the application command option type.