MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / Location

Interface Location

app/components/json-schema-map.d.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 export type PointerProp = "value" | "valueEnd" | "key" | "keyEnd";
7
8 export interface Location {
9 line: number;
10 column: number;
11 pos: number;
12 }
13
14 export type Pointers = Record<string, Record<PointerProp, Location>>;
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected