fix: missing typings for hidden property

This commit is contained in:
2025-11-27 21:30:32 +01:00
parent 01ea259381
commit bd25914ed4
+1
View File
@@ -23,6 +23,7 @@ export interface StationJSONData {
project: string;
projectUrl: string;
hash: string;
hidden: boolean;
reqLevel: number;