feature: skrót posterunku

This commit is contained in:
2023-04-04 21:30:16 +02:00
parent ea48085f6f
commit 4847524b64
5 changed files with 27 additions and 15 deletions
+2
View File
@@ -17,6 +17,7 @@ export type ChangeProp =
export enum HeaderTypes {
name = 'Nazwa',
abbr = "Skrót posterunku",
url = 'URL',
hash = 'Hash',
lines = 'Linie',
@@ -45,6 +46,7 @@ export interface SceneryRowItem {
id: string;
hash: string;
name: string;
abbr: string;
url: string;
lines: string;
project: string | null;