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=38a4b0fafdffb8e0d3961bc715bb46dc1ca07c71;hb=5daad283d56413b7287cca894637a35e51a1222c;hp=a995923928ed84ecafaf9afcbdc4ddee90884103;hpb=3b3115396965edad0cf3fefc4f9081977310da34;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 a9959239..38a4b0fa 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 @@ -13,5 +13,6 @@ declare module 'fastify' { name?: string, transferList?: TransferListItem[] ) => Promise + listTaskFunctions: () => string[] } }