fix: fix pool options TS type definition
[poolifier.git] / src / pools / pool.ts
index 856473ff354ee340ec9e990ec2f0de7d7d41e09b..7bc8cf850b105983907d7b74cbab618121f8560b 100644 (file)
@@ -1,4 +1,4 @@
-import type { TransferListItem } from 'node:worker_threads'
+import type { TransferListItem, WorkerOptions } from 'node:worker_threads'
 import type { EventEmitterAsyncResource } from 'node:events'
 import type { ClusterSettings } from 'node:cluster'
 import type { TaskFunction } from '../worker/task-functions'