APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper

export type APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<Base extends APIApplicationCommandOptionBase<ApplicationCommandOptionType>, ChoiceType extends APIApplicationCommandOptionChoice> = (Base & { autocomplete: true; choices?: [];}) | (Base & { autocomplete?: false; choices?: ChoiceType[];});
export type APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<Base extends APIApplicationCommandOptionBase<ApplicationCommandOptionType>, ChoiceType extends APIApplicationCommandOptionChoice> = (Base & { autocomplete: true; choices?: [];}) | (Base & { autocomplete?: false; choices?: ChoiceType[];});

No summary provided.