mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Naprawiono liczbę rozkładów dla scenerii
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import Train from "./Train";
|
||||
import ScheduledTrain from "./ScheduledTrain";
|
||||
|
||||
export default interface Station {
|
||||
@@ -37,12 +36,10 @@ export default interface Station {
|
||||
twoWay: { catenary: number; noCatenary: number };
|
||||
};
|
||||
|
||||
checkpoints:
|
||||
| {
|
||||
checkpointName: string;
|
||||
scheduledTrains: ScheduledTrain[];
|
||||
}[]
|
||||
| null;
|
||||
checkpoints: {
|
||||
checkpointName: string;
|
||||
scheduledTrains: ScheduledTrain[];
|
||||
}[];
|
||||
|
||||
stops: string[] | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user