Aktualizacja danych z API

This commit is contained in:
2022-12-26 13:50:48 +01:00
parent 5f8a16401b
commit 22a6d266cb
+1
View File
@@ -51,6 +51,7 @@ export interface APIData {
stations?: StationAPIData[];
dispatchers?: string[][];
trains?: TrainAPIData[];
connectedSocketCount: number;
}
export interface StationJSONData {