mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
refactor: inbox (#137)
* refactor: inbox * fix: migrations * fix: migrations
This commit is contained in:
+2
-1
@@ -90,6 +90,7 @@ export const MCPConnectionModel = z.union([HTTPMCPConnectionModel, SSEMCPConnect
|
||||
export const InboxItemModel = z.object({
|
||||
id: z.string(),
|
||||
source: z.string(),
|
||||
content: z.record(z.string(), z.unknown()).default({}),
|
||||
header: z.record(z.string(), z.unknown()).default({}),
|
||||
content: z.string().default(''),
|
||||
createdAt: z.string(),
|
||||
})
|
||||
Reference in New Issue
Block a user