mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano możliwość zmieniania posterunków w przeglądzie RJ
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user