MCPcopy
hub / github.com/Open-Legal-Products/mike / EditError

Interface EditError

backend/src/lib/docxTrackedChanges.ts:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76export interface EditError {
77 index: number;
78 reason: string;
79}
80
81export interface ApplyTrackedEditsResult {
82 bytes: Buffer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…