mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmiany w wyglądzie listy pociągów
This commit is contained in:
@@ -35,5 +35,8 @@ export default interface Station {
|
||||
currentStationName: string;
|
||||
category: string;
|
||||
stopInfo: TrainStop;
|
||||
|
||||
stopLabel: string;
|
||||
stopStatus: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
@@ -24,4 +24,7 @@ export default interface Train {
|
||||
SKR: boolean;
|
||||
routeDistance: number;
|
||||
};
|
||||
|
||||
stopStatus: string;
|
||||
stopLabel: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user