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