build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 5f22cdafd7347c774a9b3472fdaa1b7bb724089f..59d13108d08e9425fc474e0aa4fd9b87c289e02f 100644 (file)
@@ -1,4 +1,4 @@
-import type { IncomingRequestCommand, RequestCommand } from './internal';
+import type { IncomingRequestCommand, RequestCommand } from './ocpp/Requests';
 import type { CircularArray } from '../utils';
 import type { WorkerData } from '../worker';