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=e1a64b1559ca4e9d8dc91ba424f08d0f08299863;hb=e1ba9765afbf97436250d19f28c818221ebc10b9;hp=3ff88aa2b46b3f6048869bc95dd97d6f160c95b6;hpb=ef083f7bb73616d1bd9d9069471edcf6dbaec0c7;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 3ff88aa2..e1a64b15 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,8 @@ import type { TransferListItem } from 'node:worker_threads' + import type * as fastify from 'fastify' import type { DynamicThreadPool } from 'poolifier' + import { type ThreadWorkerData, type ThreadWorkerResponse