X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=ec5ff44d861baeff4b0779a83e19f2b869ee560b;hb=4579a142c9ab04b846a23c3ddc4d4c57a4cab755;hp=0fdaa36e19c34e1ace772866e174c4d5b6905381;hpb=c923ce5670eeae4194aa996d44a1071e88cb21ad;p=poolifier.git 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<