export interface Message { type: string; sender: string; receiver?: string; payload?: any; }