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

    Type Alias APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<Base, ChoiceType>

    APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper:
        | Base & { autocomplete: true; choices?: [] }
        | Base & { autocomplete?: false; choices?: ChoiceType[] }

    Type Parameters