Ładowanie danych nt pociągów i rozkładów jazdy z API Stacjownika

This commit is contained in:
2022-03-07 22:59:10 +01:00
parent cd05fc74cf
commit 6296f1e89a
22 changed files with 494 additions and 644 deletions
+1 -3
View File
@@ -27,8 +27,6 @@ export default interface Train {
TWR: boolean;
SKR: boolean;
routeDistance: number;
sceneries: string[];
};
stopStatus: string;
stopLabel: string;
}