JSONPathNode: Readonly<{
    cloneWithLeg(jsonPathNode, pathLeg): kysely.JSONPathNode;
    create(inOperator?): kysely.JSONPathNode;
    is(node): node is kysely.JSONPathNode;
}>

Type declaration