Skip to content

Commit

Permalink
feat(types): add otp2 types to stop type
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Nov 8, 2023
1 parent 1f7d944 commit 4a87a65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,11 @@ export type Stop = {
dist?: number;
geometries?: { geoJson?: GeoJSON.Polygon };
id: string;
lat: number;
lon: number;
lat?: number;
lon?: number;
name: string;
routes?: Route[];
gtfsId: string;
};

export type Agency = {
Expand Down

0 comments on commit 4a87a65

Please sign in to comment.