export interface Message { type: string; content: any; }