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[];