mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
nowy atrybut scenerii
This commit is contained in:
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user