X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2F%40types%2Ffastify%2Findex.d.ts;h=3ff88aa2b46b3f6048869bc95dd97d6f160c95b6;hb=36ca9ccd01144cd5d850b677e425a2f0d6e46ae5;hp=70a804b14fb902dc67d8b6ebed490c89a5389144;hpb=8faed44f13323e74aae92b690422fb60a5227cf5;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/@types/fastify/index.d.ts b/examples/typescript/http-server-pool/fastify-hybrid/@types/fastify/index.d.ts index 70a804b1..3ff88aa2 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/@types/fastify/index.d.ts +++ b/examples/typescript/http-server-pool/fastify-hybrid/@types/fastify/index.d.ts @@ -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