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=70a804b14fb902dc67d8b6ebed490c89a5389144;hb=9ecbc91eadf16b36d4cee7c8f2dcdcbe7b2bce60;hp=38a4b0fafdffb8e0d3961bc715bb46dc1ca07c71;hpb=ff6cf64964e78aafa95098852ec0472b567f7b1b;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 38a4b0fa..70a804b1 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,3 +1,4 @@ +import type { TransferListItem } from 'node:worker_threads' import type * as fastify from 'fastify' import { type DynamicThreadPool } from 'poolifier' import { @@ -13,6 +14,5 @@ declare module 'fastify' { name?: string, transferList?: TransferListItem[] ) => Promise - listTaskFunctions: () => string[] } }