We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 537b072 + 73e73e5 commit c5c0094Copy full SHA for c5c0094
types/v1/index.d.ts
@@ -91,14 +91,14 @@ declare function driver(
91
): Driver
92
93
declare const types: {
94
- Node: Node
95
- Relationship: Relationship
96
- UnboundRelationship: UnboundRelationship
97
- PathSegment: PathSegment
98
- Path: Path
+ Node: typeof Node
+ Relationship: typeof Relationship
+ UnboundRelationship: typeof UnboundRelationship
+ PathSegment: typeof PathSegment
+ Path: typeof Path
99
Result: Result
100
ResultSummary: ResultSummary
101
- Record: Record
+ Record: typeof Record
102
Point: typeof Point
103
Duration: typeof Duration
104
LocalTime: typeof LocalTime
0 commit comments