export type UserAllChatMemoryView = { readonly id: number; username: string; platform_key: string; content?: string | null; session_id?: string | null; };