From 22a6d266cb3d3b3e350b82700234a3bfdc8bffde Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 26 Dec 2022 13:50:48 +0100 Subject: [PATCH] Aktualizacja danych z API --- src/store/storeTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/storeTypes.ts b/src/store/storeTypes.ts index 417127b..87edb6d 100644 --- a/src/store/storeTypes.ts +++ b/src/store/storeTypes.ts @@ -51,6 +51,7 @@ export interface APIData { stations?: StationAPIData[]; dispatchers?: string[][]; trains?: TrainAPIData[]; + connectedSocketCount: number; } export interface StationJSONData {