refactor: examples import cleanup
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / src / types.ts
index 2ef0d1ce8813d189a7c63e6b0e5f1f40cef3e212..137f4a98e22aa076085ae405455f1c4b28f82327 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 ClusterWorkerData extends FastifyPoolifierOptions {