asdek; hotfixy

This commit is contained in:
2024-03-04 18:14:42 +01:00
parent f7eeaa342a
commit c3b8ed9359
5 changed files with 13 additions and 5 deletions
+3 -1
View File
@@ -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;