mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Optymalizacja listy ze sceneriami | v1.3.4 -> .5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user