From 6f65a0015850a7a5821cea00eb6d24cf046e5f19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 14:42:00 +0200 Subject: [PATCH] Update examples/typescript/pool.ts --- examples/typescript/pool.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index ab6d4f26..f8549643 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -1,5 +1,6 @@ import { dirname, extname, join } from 'path' import { fileURLToPath } from 'url' +import type { MyData, MyResponse } from './worker' import { DynamicThreadPool, FixedThreadPool, -- 2.34.1