MappedGuildChannelTypes

export type MappedGuildChannelTypes = { [ChannelType.GuildCategory]: CategoryChannel;} & MappedChannelCategoryTypes;
export type MappedGuildChannelTypes = { [ChannelType.GuildCategory]: CategoryChannel;} & MappedChannelCategoryTypes;

No summary provided.