APIApplicationCommandNumberOption
Signature
export type APIApplicationCommandNumberOption = APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper<APIApplicationCommandNumberOptionBase, APIApplicationCommandOptionChoice<number>>;Private types
APIApplicationCommandNumberOptionBaseInterface
interface APIApplicationCommandNumberOptionBase extends APIApplicationCommandOptionBase<ApplicationCommandOptionType.Number> { min_value?: number; max_value?: number;}Members
This export does not declare public properties or methods in the generated declaration file.