mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
feat(app): added min route speed & max route speed station filters
This commit is contained in:
@@ -9,4 +9,7 @@ export interface StationRoutes {
|
||||
doubleElectrifiedNames: string[];
|
||||
doubleOtherNames: string[];
|
||||
sblNames: string[];
|
||||
|
||||
minRouteSpeed: number;
|
||||
maxRouteSpeed: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user