Dodano możliwość zmieniania posterunków w przeglądzie RJ

This commit is contained in:
2020-11-14 21:30:28 +01:00
parent 0c52ba43c8
commit df33b557d7
7 changed files with 566 additions and 174 deletions
+3 -2
View File
@@ -24,9 +24,10 @@ export default interface Station {
oneWay: { catenary: number; noCatenary: number };
twoWay: { catenary: number; noCatenary: number };
};
subStations: {
checkpoints: {
checkpointName: string;
scheduledTrains: ScheduledTrain[],
}[];
}[] | null;
online: boolean;
occupiedTo: string;
statusTimestamp: number;