MCPcopy
hub / github.com/ranuts/document / RenderOfficeData

Interface RenderOfficeData

lib/events.ts:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface RenderOfficeData {
17 chunkIndex: number;
18 data: string;
19 lastModified: number;
20 name: string;
21 size: number;
22 totalChunks: number;
23 type: string;
24}
25
26let fileChunks: RenderOfficeData[] = [];
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected