mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 21:48:14 +00:00
asdek; hotfixy
This commit is contained in:
+3
-1
@@ -10,6 +10,7 @@ export type ChangeProp =
|
||||
| 'signalType'
|
||||
| 'controlType'
|
||||
| 'SUP'
|
||||
| 'ASDEK'
|
||||
| 'routesInfo'
|
||||
| 'checkpoints'
|
||||
| 'authors'
|
||||
@@ -28,6 +29,7 @@ export enum HeaderTypes {
|
||||
signalType = 'Sygnalizacja',
|
||||
controlType = 'Sterowanie',
|
||||
SUP = 'SUP',
|
||||
ASDEK = 'ASDEK',
|
||||
authors = 'Autorzy',
|
||||
routesInfo = 'Szlaki',
|
||||
checkpoints = 'Posterunki',
|
||||
@@ -68,8 +70,8 @@ export interface SceneryRowItem {
|
||||
signalType: string;
|
||||
controlType: string;
|
||||
SUP: boolean;
|
||||
ASDEK: boolean;
|
||||
hidden: boolean;
|
||||
routes: string;
|
||||
routesInfo: SceneryRoutesInfo[];
|
||||
checkpoints: string;
|
||||
authors: string;
|
||||
|
||||
Reference in New Issue
Block a user