X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2F%40types%2Ffastify%2Findex.d.ts;h=73f8b0715963679fe64a722fae3bbecd5042cdac;hb=a15efc3dde4ddffad1a9f3ba2536a5a9ef8a2b0d;hp=93fb69eb806a7a112aebe7a72a9fbc2ef1df49f3;hpb=76a3a76becd6ac41efb3271c708431a666828c30;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/@types/fastify/index.d.ts b/examples/typescript/http-server-pool/fastify-worker_threads/@types/fastify/index.d.ts index 93fb69eb..73f8b071 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/@types/fastify/index.d.ts +++ b/examples/typescript/http-server-pool/fastify-worker_threads/@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 { WorkerData, WorkerResponse } from '../../src/types.ts' declare module 'fastify' {