export interface ChannelSyncMessage {
    channelIdsToActivate: Array<string>;
    channelIdsToDeactivate: Array<string>;
}
