export interface Channel { id: string; name: string; }