From ec9703c6baa4fdcf8cac952f1aa3fa19d7a3f858 Mon Sep 17 00:00:00 2001 From: josh-willis-arcadis <168561922+josh-willis-arcadis@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:01:42 -0500 Subject: [PATCH] add network_id to gtfsroute type --- lib/types/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/index.js b/lib/types/index.js index 203410252..7843c12a4 100644 --- a/lib/types/index.js +++ b/lib/types/index.js @@ -720,6 +720,7 @@ export type GtfsRoute = {| agency_id: string, feedId: string, id: number, + network_id: ?string, numberOfTrips: number, publicly_visible: string, route_branding_url: string,