feature: project URL

This commit is contained in:
2023-02-10 17:33:17 +01:00
parent 580e109dda
commit 817d48d17a
5 changed files with 22 additions and 11 deletions
+3
View File
@@ -4,6 +4,7 @@ export type ChangeProp =
| 'url'
| 'lines'
| 'project'
| 'projectUrl'
| 'reqLevel'
| 'signalType'
| 'controlType'
@@ -18,6 +19,7 @@ export enum HeaderTypes {
url = 'URL',
lines = 'Linie',
project = 'Projekt',
projectUrl = "URL projektu",
reqLevel = 'Wym. poziom',
signalType = 'Sygnalizacja',
controlType = 'Sterowanie',
@@ -43,6 +45,7 @@ export interface SceneryRowItem {
url: string;
lines: string;
project: string | null;
projectUrl: string | null;
reqLevel: number;
signalType: string;
controlType: string;