refactor: examples import cleanup
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / src / types.ts
index 4293ab84cc2424ab3836e9a04e5f573e36ca143c..0c92e5b24a89db14ac60c58880d8140290d9a195 100644 (file)
@@ -1,4 +1,4 @@
-import type { Worker } from 'worker_threads'
+import type { Worker } from 'node:worker_threads'
 import type { PoolOptions } from 'poolifier'
 
 export interface BodyPayload {