refactor: cleanup type import
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / src / fastify-poolifier.ts
index 74c0c1687a7ee3dd586e570f7968f623f84d42c7..aa9a6d1459813c6a4cf66f0d2ce9795db5b63288 100644 (file)
@@ -1,6 +1,6 @@
 import type { TransferListItem } from 'node:worker_threads'
 import { DynamicThreadPool, availableParallelism } from 'poolifier'
-import { type FastifyPluginCallback } from 'fastify'
+import type { FastifyPluginCallback } from 'fastify'
 import fp from 'fastify-plugin'
 import {
   type FastifyPoolifierOptions,