Dodatkowy widok rozkładów jazdy na stacji

This commit is contained in:
2020-11-11 22:56:32 +01:00
parent 63ba1ec5f3
commit e00c58f509
11 changed files with 630 additions and 12 deletions
+4
View File
@@ -37,6 +37,10 @@ export default interface Station {
category: string;
stopInfo: TrainStop;
terminatesAt: string;
beginsAt: string;
nearestStop: string;
stopLabel: string;
stopStatus: string;
}[];