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

Interface AppliedChange

backend/src/lib/docxTrackedChanges.ts:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65export interface AppliedChange {
66 id: string;
67 delId?: string;
68 insId?: string;
69 deletedText: string;
70 insertedText: string;
71 contextBefore: string;
72 contextAfter: string;
73 reason?: string;
74}
75
76export interface EditError {
77 index: number;

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…