feat(simulator): wait for transactions end before simulating firmware
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerStaticPool.ts
index 58e4c65a072091ced7c0fff24bd68d09bddf7bdc..8a717ad8b81f7010d27bd4a6f83ae0b781e8f836 100644 (file)
@@ -1,4 +1,4 @@
-import type { Worker } from 'worker_threads';
+import type { Worker } from 'node:worker_threads';
 
 import { type ErrorHandler, type ExitHandler, FixedThreadPool } from 'poolifier';