export interface ChatMessage { memberID: number; memberSID: string; memberName: string; content: string; sentAt: string; }