mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
feature: skrót posterunku
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user