Chameleon
    Preparing search index...

    Interface ApplicationCommandOptionChoice

    interface ApplicationCommandOptionChoice {
        name: string;
        nameLocalizations?: Record<string, string>;
        value: string | number;
    }
    Index

    Properties

    name: string
    nameLocalizations?: Record<string, string>
    value: string | number