mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
checkpointy; hotfixy
This commit is contained in:
@@ -26,10 +26,7 @@ export default interface Station {
|
||||
availability: Availability;
|
||||
routes: StationRoutes;
|
||||
|
||||
checkpoints: {
|
||||
checkpointName: string;
|
||||
scheduledTrains: ScheduledTrain[];
|
||||
}[];
|
||||
checkpoints: string[];
|
||||
};
|
||||
|
||||
onlineInfo?: ActiveScenery;
|
||||
|
||||
Reference in New Issue
Block a user