discordx
    Preparing search index...

    Interface ApplicationCommandOptionChoiceDataEx

    interface ApplicationCommandOptionChoiceDataEx {
        name: string;
        nameLocalizations?: null | Partial<Record<Locale, null | string>>;
        value: string | number;
    }
    Index

    Properties

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