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

    Interface ApplicationCommandInteractionSubCommandOption<T>

    interface ApplicationCommandInteractionSubCommandOption<T> {
        name: string;
        options: T[];
        type: SUB_COMMAND;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    options: T[]

    Options for this subcommand.

    type: SUB_COMMAND

    Value of the application command option type.