File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 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
8686const instanceOfLocalTime : boolean = dummy instanceof types . LocalTime
8787const instanceOfTime : boolean = dummy instanceof types . Time
8888const 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: {
106106 UnboundRelationship : typeof UnboundRelationship
107107 PathSegment : typeof PathSegment
108108 Path : typeof Path
109- Result : Result
110- ResultSummary : ResultSummary
111- Record : Record
109+ Result : typeof Result
110+ ResultSummary : typeof ResultSummary
111+ Record : typeof Record
112112 Point : typeof Point
113113 Duration : typeof Duration
114114 LocalTime : typeof LocalTime
You can’t perform that action at this time.
0 commit comments