MCPcopy Create free account
hub / github.com/afar1/fieldtheory-cli / DocumentUpdateResult

Interface DocumentUpdateResult

src/document-ops.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface DocumentUpdateResult {
20 path: string;
21 version: DocumentVersion;
22}
23
24export interface TrashedDocument {
25 originalPath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected