MCPcopy
hub / github.com/yinxin630/fiora / HistoryDocument

Interface HistoryDocument

packages/database/mongoose/models/history.ts:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16});
17
18export interface HistoryDocument extends Document {
19 /** user id */
20 user: string;
21
22 /** linkman id */
23 linkman: string;
24
25 /** last readed message id */
26 message: string;
27}
28
29const History = model<HistoryDocument>('History', HistoryScheme);
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected