MCPcopy
hub / github.com/flightcontrolhq/superjson / SuperJSONResult

Interface SuperJSONResult

src/types.ts:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export interface SuperJSONResult {
41 json: JSONValue;
42 meta?: {
43 values?: MinimisedTree<TypeAnnotation>;
44 referentialEqualities?: ReferentialEqualityAnnotations;
45 v?: number;
46 };
47}

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…