export default interface ChatSDKMessage { content: string; tags?: string[]; timestamp?: Date; metadata?: any; }