export type ChatMessage = { id: string; author: string; text: string; publishedAt: string; };