diff --git a/types/v1/index.d.ts b/types/v1/index.d.ts index 5062de5ab..863d9cfb0 100644 --- a/types/v1/index.d.ts +++ b/types/v1/index.d.ts @@ -91,14 +91,14 @@ declare function driver( ): Driver declare const types: { - Node: Node - Relationship: Relationship - UnboundRelationship: UnboundRelationship - PathSegment: PathSegment - Path: Path + Node: typeof Node + Relationship: typeof Relationship + UnboundRelationship: typeof UnboundRelationship + PathSegment: typeof PathSegment + Path: typeof Path Result: Result ResultSummary: ResultSummary - Record: Record + Record: typeof Record Point: typeof Point Duration: typeof Duration LocalTime: typeof LocalTime