MCPcopy
hub / github.com/AsyncBanana/microdiff / DifferenceChange

Interface DifferenceChange

index.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface DifferenceChange {
14 type: "CHANGE";
15 path: (string | number)[];
16 value: any;
17 oldValue: any;
18}
19
20export type Difference = DifferenceCreate | DifferenceRemove | DifferenceChange;
21

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…