export interface Message { id: string; role: 'user' | 'assistant'; content: string; source: 'voice-transcript' | 'chat'; timestamp?: number; }