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

Interface SuperJSONObject

src/types.ts:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34export interface SuperJSONArray extends Array<SuperJSONValue> {}
35
36export interface SuperJSONObject {
37 [key: string]: SuperJSONValue;
38}
39
40export interface SuperJSONResult {
41 json: JSONValue;

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…