Ulepszono informacje o szlakach i statusach rozkładów scenerii

This commit is contained in:
2022-10-11 18:33:53 +02:00
parent d8b559694b
commit 5aa53521f7
6 changed files with 163 additions and 96 deletions
+6
View File
@@ -20,6 +20,12 @@ export default interface ScheduledTrain {
arrivingLine: string | null;
departureLine: string | null;
prevDepartureLine: string | null;
nextArrivalLine: string | null;
signal: string;
connectedTrack: string;
stopLabel: string;
stopStatus: string;
stopStatusID: number;