Skip to content

Commit 70a219a

Browse files
committed
Fix typings: types export
exporting typeof Node, Relationship etc...
1 parent 537b072 commit 70a219a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

types/v1/index.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ declare function driver(
9191
): Driver
9292

9393
declare const types: {
94-
Node: Node
95-
Relationship: Relationship
96-
UnboundRelationship: UnboundRelationship
97-
PathSegment: PathSegment
98-
Path: Path
99-
Result: Result
100-
ResultSummary: ResultSummary
101-
Record: Record
94+
Node: typeof Node
95+
Relationship: typeof Relationship
96+
UnboundRelationship: typeof UnboundRelationship
97+
PathSegment: typeof PathSegment
98+
Path: typeof Path
99+
Result: typeof Result
100+
ResultSummary: typeof ResultSummary
101+
Record: typeof Record
102102
Point: typeof Point
103103
Duration: typeof Duration
104104
LocalTime: typeof LocalTime

0 commit comments

Comments
 (0)