From a19fdbc19d67bcefb9e1754a4ef4dea2ad4f3276 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 4 Mar 2024 18:18:37 +0100 Subject: [PATCH] hotfix --- src/store/typings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/typings.ts b/src/store/typings.ts index 78e7349..7bce92a 100644 --- a/src/store/typings.ts +++ b/src/store/typings.ts @@ -53,6 +53,7 @@ export interface StationJSONData { controlType: string; SUP: boolean; + ASDEK: boolean; // routes: string; routesInfo: StationRoutesInfo[];