export interface ChatMessage { isLocal: boolean; nickname: string; message: string; }