Zmiany w wyglądzie listy pociągów

This commit is contained in:
2020-11-05 01:15:12 +01:00
parent fe3a15c452
commit 42f84643cc
13 changed files with 258 additions and 157 deletions
+3
View File
@@ -24,4 +24,7 @@ export default interface Train {
SKR: boolean;
routeDistance: number;
};
stopStatus: string;
stopLabel: string;
}