export type IChannel = { id: string; name: string; }; export type IChannelOptionalId = Omit & Partial;