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

    Interface APIApplicationCommandInteractionDataSubcommandOption<Type>

    interface APIApplicationCommandInteractionDataSubcommandOption<
        Type extends InteractionType = InteractionType,
    > {
        name: string;
        options?: APIApplicationCommandInteractionDataBasicOption<Type>[];
        type: Subcommand;
    }

    Type Parameters

    Index

    Properties

    Properties

    name: string