From ae94ec4d34fe9266f1744eda946e1dc46372bdbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 3 Apr 2023 19:29:14 +0200 Subject: [PATCH] docs: add missing type param MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utility-types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utility-types.ts b/src/utility-types.ts index 0fdaa36e..ec5ff44d 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -46,6 +46,7 @@ export interface MessageValue< /** * An object holding the execution response promise resolve/reject callbacks. * + * @typeParam Worker - Type of worker. * @typeParam Response - Type of execution response. This can only be serializable data. */ export interface PromiseResponseWrapper< -- 2.34.1