fix: fix type definition in examples
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 21 Aug 2023 20:39:49 +0000 (22:39 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 21 Aug 2023 20:39:49 +0000 (22:39 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
examples/typescript/http-server-pool/fastify-hybrid/@types/fastify/index.d.ts

index a995923928ed84ecafaf9afcbdc4ddee90884103..70a804b14fb902dc67d8b6ebed490c89a5389144 100644 (file)
@@ -1,3 +1,4 @@
+import type { TransferListItem } from 'node:worker_threads'
 import type * as fastify from 'fastify'
 import { type DynamicThreadPool } from 'poolifier'
 import {