oopscord.js
    Preparing search index...

    Type Alias OptionWithChoices<ValueType>

    OptionWithChoices: BaseOptions & {
        choices: APIApplicationCommandOptionChoice<ValueType>[];
    }

    Type Parameters

    • ValueType extends string | number