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.
1 parent 537b072 commit 70a219aCopy full SHA for 70a219a
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
99
- Result: Result
100
- ResultSummary: ResultSummary
101
- Record: Record
+ Node: typeof Node
+ Relationship: typeof Relationship
+ UnboundRelationship: typeof UnboundRelationship
+ PathSegment: typeof PathSegment
+ Path: typeof Path
+ Result: typeof Result
+ ResultSummary: typeof ResultSummary
+ Record: typeof Record
102
Point: typeof Point
103
Duration: typeof Duration
104
LocalTime: typeof LocalTime
0 commit comments