Skip to content

Commit

Permalink
Fix typings: types export
Browse files Browse the repository at this point in the history
exporting typeof Node, Relationship etc...
  • Loading branch information
thebestnom committed Aug 28, 2019
1 parent 537b072 commit 70a219a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions types/v1/index.d.ts
Expand Up @@ -91,14 +91,14 @@ declare function driver(
): Driver

declare const types: {
Node: Node
Relationship: Relationship
UnboundRelationship: UnboundRelationship
PathSegment: PathSegment
Path: Path
Result: Result
ResultSummary: ResultSummary
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
Point: typeof Point
Duration: typeof Duration
LocalTime: typeof LocalTime
Expand Down

0 comments on commit 70a219a

Please sign in to comment.