refactor: code cleanups
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / @types / fastify / index.d.ts
index 018cac59cf6762769e0cc713b687a2463832718f..166bfd330a00fa3efe91af3eab84e3d2966edd17 100644 (file)
@@ -3,10 +3,7 @@ import type { TransferListItem } from 'node:worker_threads'
 import type * as fastify from 'fastify'
 import type { DynamicThreadPool } from 'poolifier'
 
-import {
-  type ThreadWorkerData,
-  type ThreadWorkerResponse
-} from '../../src/types.ts'
+import type { ThreadWorkerData, ThreadWorkerResponse } from '../../src/types.ts'
 
 declare module 'fastify' {
   export interface FastifyInstance extends fastify.FastifyInstance {