build: bump volta pnpm version
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / @types / fastify / index.d.ts
index 70a804b14fb902dc67d8b6ebed490c89a5389144..3ff88aa2b46b3f6048869bc95dd97d6f160c95b6 100644 (file)
@@ -1,6 +1,6 @@
 import type { TransferListItem } from 'node:worker_threads'
 import type * as fastify from 'fastify'
-import { type DynamicThreadPool } from 'poolifier'
+import type { DynamicThreadPool } from 'poolifier'
 import {
   type ThreadWorkerData,
   type ThreadWorkerResponse