File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,6 @@ const instanceOfLocalDateTime: boolean = dummy instanceof types.LocalDateTime
86
86
const instanceOfLocalTime : boolean = dummy instanceof types . LocalTime
87
87
const instanceOfTime : boolean = dummy instanceof types . Time
88
88
const instanceOfInteger : boolean = dummy instanceof types . Integer
89
+ const instanceOfResult : boolean = dummy instanceof types . Result
90
+ const instanceOfResultSummary : boolean = dummy instanceof types . ResultSummary
91
+ const instanceOfRecord : boolean = dummy instanceof types . Record
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ declare const types: {
106
106
UnboundRelationship : typeof UnboundRelationship
107
107
PathSegment : typeof PathSegment
108
108
Path : typeof Path
109
- Result : Result
110
- ResultSummary : ResultSummary
111
- Record : Record
109
+ Result : typeof Result
110
+ ResultSummary : typeof ResultSummary
111
+ Record : typeof Record
112
112
Point : typeof Point
113
113
Duration : typeof Duration
114
114
LocalTime : typeof LocalTime
You can’t perform that action at this time.
0 commit comments