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

Interface DocumentUpdateOptions

src/document-ops.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface DocumentUpdateOptions {
14 expectedSha256?: string;
15 force?: boolean;
16 allowEmpty?: boolean;
17}
18
19export interface DocumentUpdateResult {
20 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected