X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=2d142f860e4b19893a131e7cbc872abda5f8270a;hb=ffcbbad84f63b8a77f2b1a08f82deef5430f646e;hp=7bcd076c291736cad1729d66a671a51b2115c1b7;hpb=ea7a90d36354a4e1c833271571c6f3eb80428600;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 7bcd076c..2d142f86 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -46,8 +46,8 @@ export interface MessageValue< /** * An object holding the worker that will be used to resolve/rejects the promise later on. * - * @template Worker Type of worker. - * @template Response Type of response of execution. This can only be serializable data. + * @typeParam Worker - Type of worker. + * @typeParam Response - Type of response of execution. This can only be serializable data. */ export interface PromiseWorkerResponseWrapper< Worker extends IPoolWorker,