MCPcopy Create free account
hub / github.com/coderabbit214/bibliothecarius / Document

Interface Document

web/models/document.ts:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default interface Document {
2 id: number;
3 datasetId: number;
4 name: string;
5 hashCode: string;
6 state: string;
7 fileKey: string;
8 size: number;
9 tags: string[];
10 type: string;
11 createTime: string;
12 updateTime: string;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected