refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 6abc1287c991368a6f2ca2343a8f86b545707a7b..782adae2465611ae5daf649c48ae61937937f250 100644 (file)
@@ -1,6 +1,6 @@
 import type { IncomingRequestCommand, RequestCommand } from './ocpp/Requests';
-import type { WorkerData } from './Worker';
 import type { CircularArray } from '../utils/CircularArray';
+import type { WorkerData } from '../worker';
 
 export type TimeSeries = {
   timestamp: number;