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

Interface JSONObject

src/types.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export interface JSONArray extends Array<JSONValue> {}
11
12export interface JSONObject {
13 [key: string]: JSONValue;
14}
15
16type ClassInstance = any;
17

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…