export type UserChatMemoryStatusView = { readonly id: number; username: string; platform_key: string; enabled?: boolean; };