export interface IMessagerChannel {
    channelId: string;
    type: string;
    id: string;
}
