Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-cluster...
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / @types / fastify / index.d.ts
index a995923928ed84ecafaf9afcbdc4ddee90884103..e1a64b1559ca4e9d8dc91ba424f08d0f08299863 100644 (file)
@@ -1,5 +1,8 @@
+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