Optymalizacja listy ze sceneriami | v1.3.4 -> .5

This commit is contained in:
2020-12-26 23:38:52 +01:00
parent f16ecc39e6
commit ff17b791f0
9 changed files with 121 additions and 2277 deletions
+6
View File
@@ -23,10 +23,14 @@ export default interface Station {
reqLevel: string;
supportersOnly: string;
SBL: string;
TWB: string;
signalType: string;
controlType: string;
default: boolean;
nonPublic: boolean;
unavailable: boolean;
routes: {
oneWay: { catenary: number; noCatenary: number };
@@ -40,6 +44,8 @@ export default interface Station {
}[]
| null;
stops: string[] | null;
online: boolean;
occupiedTo: string;
statusTimestamp: number;