From: Jérôme Benoit Date: Mon, 3 Apr 2023 17:29:14 +0000 (+0200) Subject: docs: add missing type param X-Git-Tag: v2.4.0-0~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ae94ec4d34fe9266f1744eda946e1dc46372bdbe;p=poolifier.git docs: add missing type param Signed-off-by: Jérôme Benoit --- 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<