X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerFactory.ts;h=a6679cca73149c07fb6130feb6eb4f8bc62dfd80;hb=a723e7e9df355545fc6a41bdcbb9debfae22db5f;hp=01adb96e795eb1e93e74e94b5d8b9bb4c56f9489;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerFactory.ts b/src/worker/WorkerFactory.ts index 01adb96e..a6679cca 100644 --- a/src/worker/WorkerFactory.ts +++ b/src/worker/WorkerFactory.ts @@ -1,6 +1,6 @@ import { Worker, isMainThread } from 'worker_threads'; -import { PoolOptions } from 'poolifier'; +import type { PoolOptions } from 'poolifier'; import { WorkerData, WorkerOptions, WorkerProcessType } from '../types/Worker'; import type WorkerAbstract from './WorkerAbstract';