This commit is contained in:
2024-03-04 17:46:09 +01:00
parent 17f6f9c8ef
commit 986c7ba95e
6 changed files with 32 additions and 9 deletions
+1
View File
@@ -21,6 +21,7 @@ export default interface Station {
controlType: string;
SUP: boolean;
ASDEK: boolean;
authors?: string[];
availability: Availability;