interface JSONPathNode {
    inOperator?: kysely.OperatorNode;
    kind: "JSONPathNode";
    pathLegs: readonly kysely.JSONPathLegNode[];
}

Hierarchy (view full)

Properties

inOperator?: kysely.OperatorNode
kind: "JSONPathNode"
pathLegs: readonly kysely.JSONPathLegNode[]