mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
wyświetlanie RJ dla scenerii offline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Availability, OnlineScenery, ScheduledTrain } from '../../store/typings';
|
||||
import { Availability, ActiveScenery, ScheduledTrain } from '../../store/typings';
|
||||
import { StationRoutes } from './StationRoutes';
|
||||
|
||||
export default interface Station {
|
||||
@@ -8,6 +8,7 @@ export default interface Station {
|
||||
name: string;
|
||||
url: string;
|
||||
abbr: string;
|
||||
hash?: string;
|
||||
|
||||
reqLevel: number;
|
||||
// supportersOnly: boolean;
|
||||
@@ -31,5 +32,5 @@ export default interface Station {
|
||||
}[];
|
||||
};
|
||||
|
||||
onlineInfo?: OnlineScenery;
|
||||
onlineInfo?: ActiveScenery;
|
||||
}
|
||||
|
||||
@@ -33,5 +33,6 @@ export default interface Train {
|
||||
SKR: boolean;
|
||||
routeDistance: number;
|
||||
sceneries: string[];
|
||||
sceneryNames: string[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user