File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 5858 "jest-extended" : " ^6.0.0" ,
5959 "prettier" : " ^3.4.1" ,
6060 "ts-jest" : " ^29.2.5" ,
61- "typedoc" : " ^0.28.8 " ,
61+ "typedoc" : " ^0.28.10 " ,
6262 "typescript" : " ^5.6.3"
6363 }
6464}
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ export type Operation = BooleanOp | ComparisonOp | MathOp | ConcatOp;
5252 * @see {@link https://neo4j.com/docs/cypher-manual/current/syntax/expressions/ | Cypher Documentation }
5353 */
5454export type Expr =
55- | BooleanOp
56- | ComparisonOp
5755 | MathOp
5856 | ConcatOp
5957 | Variable
@@ -67,7 +65,6 @@ export type Expr =
6765 | MapProjection // NOTE this cannot be set as a property in a node
6866 | ListExpr
6967 | ListIndex
70- | Case < ComparisonOp >
7168 | Collect ;
7269
7370/** Represents a predicate expression (i.e returns a boolean). Note that {@link Raw} is only added for compatibility
You can’t perform that action at this time.
0 commit comments