fix: fix kill handler usage in examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / @types / fastify / index.d.ts
index 0de82629cd2d369a64d7c9985746ac9cbdd1e3e9..e2ec4062820d299647132f7ac0306127e0ebe57e 100644 (file)
@@ -11,6 +11,5 @@ declare module 'fastify' {
       name?: string,
       transferList?: TransferListItem[]
     ) => Promise<WorkerResponse>
-    listTaskFunctions: () => string[]
   }
 }