typealias ApplicationCommandOptionAllowedChannelType

external
export type ApplicationCommandOptionAllowedChannelType = Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM | ChannelType.GuildDirectory>;