type ChannelID = 'webchat' | 'msteams' | Omit<string, 'webchat' | 'msteams'>;

export type { ChannelID };
