export type ApplicationCommandOptionAllowedChannelTypes = (typeof allowedChannelTypes)[number];
The type of allowed channel types used for a channel option.
(typeof allowedChannelTypes)[number]
export type ApplicationCommandOptionAllowedChannelTypes = (typeof allowedChannelTypes)[number];
The type of allowed channel types used for a channel option.