kysely
    Preparing search index...

    Interface JSONPathNode

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

    Hierarchy (View Summary)

    Index

    Properties

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