From: Jérôme Benoit Date: Fri, 8 Sep 2023 12:42:00 +0000 (+0200) Subject: Update examples/typescript/pool.ts X-Git-Tag: v2.6.43~7^2~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6f65a0015850a7a5821cea00eb6d24cf046e5f19;p=poolifier.git Update examples/typescript/pool.ts --- 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,