feature: url projektów

This commit is contained in:
2023-02-12 00:42:37 +01:00
parent 2f6e2e7402
commit 36d71292bc
4 changed files with 21 additions and 13 deletions
+3 -2
View File
@@ -8,12 +8,13 @@ export default interface Station {
generalInfo?: {
name: string;
url: string;
reqLevel: number;
// supportersOnly: boolean;
lines: string;
project: string;
projectUrl?: string;
signalType: string;
controlType: string;