Skip to content

Commit 1635167

Browse files
authored
fix interface export
1 parent 03f4998 commit 1635167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/v1/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ declare const types: {
9696
UnboundRelationship: typeof UnboundRelationship
9797
PathSegment: typeof PathSegment
9898
Path: typeof Path
99-
Result: typeof Result
100-
ResultSummary: typeof ResultSummary
99+
Result: Result
100+
ResultSummary: ResultSummary
101101
Record: typeof Record
102102
Point: typeof Point
103103
Duration: typeof Duration

0 commit comments

Comments
 (0)