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

Interface DifferenceRemove

index.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export interface DifferenceRemove {
8 type: "REMOVE";
9 path: (string | number)[];
10 oldValue: any;
11}
12
13export interface DifferenceChange {
14 type: "CHANGE";

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…