MCPcopy Create free account
hub / github.com/andywer/postguard / QueryNodePath

Interface QueryNodePath

src/types.ts:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63export interface QueryNodePath<Node extends any> {
64 ancestors: Array<QueryNodePath<any>>
65 node: Node
66 parentPropKey: string
67 type: string
68}
69
70export interface Query {
71 type: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected