discordx
    Preparing search index...

    Interface ApplicationCommandOptionChoiceDataEx

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

    Properties

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