Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / types / Worker.ts
index 7de7045d7a8589a3d85686cffa744c1c6b998dd1..9d9692a720a1af4c32342df01354f6b1f375cd6d 100644 (file)
@@ -1,6 +1,6 @@
-import { Worker } from 'worker_threads';
+import type { Worker } from 'worker_threads';
 
-import { PoolOptions } from 'poolifier';
+import type { PoolOptions } from 'poolifier';
 
 export enum WorkerProcessType {
   WORKER_SET = 'workerSet',