nowy atrybut scenerii

This commit is contained in:
2023-12-06 17:43:41 +01:00
parent 0f54963065
commit 5161f903eb
6 changed files with 16 additions and 23 deletions
+4 -1
View File
@@ -13,7 +13,8 @@ export type ChangeProp =
| 'routesInfo'
| 'checkpoints'
| 'authors'
| 'availability';
| 'availability'
| 'hidden';
export enum HeaderTypes {
name = 'Nazwa',
@@ -31,6 +32,7 @@ export enum HeaderTypes {
routesInfo = 'Szlaki',
checkpoints = 'Posterunki',
availability = 'Dostępność',
hidden = 'Ukryty',
toRemove = 'Usuń',
}
@@ -65,6 +67,7 @@ export interface SceneryRowItem {
signalType: string;
controlType: string;
SUP: boolean;
hidden: boolean;
routes: string;
routesInfo: SceneryRoutesInfo[];
checkpoints: string;