filtrowanie ukrytych szlaków

This commit is contained in:
2024-01-06 14:47:20 +01:00
parent 2348277b95
commit bc1c1bd3d2
5 changed files with 73 additions and 75 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface StationRoutesInfo {
routeLength: number;
routeSpeed: number;
routeTracks: number;
hidden?: boolean;
}
export interface StationJSONData {