export interface MessageOptions { id?: string; timestamp?: number; userId: string; message: string; }