Globalny TrainModal; animacja przejścia

This commit is contained in:
2022-07-16 00:27:37 +02:00
parent 5ee8f72652
commit 1cc799706c
10 changed files with 73 additions and 128 deletions
+1
View File
@@ -53,6 +53,7 @@ export default interface Station {
driverName: string;
driverId: number;
trainNo: number;
trainId: string;
stopStatus?: string;
}[];