type ChannelID = 'webchat' | 'msteams' | Omit; export type { ChannelID };