Skip to content

Commit

Permalink
add network_id to gtfsroute type
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Oct 16, 2024
1 parent 1c46b3b commit ec9703c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec9703c

Please sign in to comment.