docs: add missing type param
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 17:29:14 +0000 (19:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 17:29:14 +0000 (19:29 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utility-types.ts

index 0fdaa36e19c34e1ace772866e174c4d5b6905381..ec5ff44d861baeff4b0779a83e19f2b869ee560b 100644 (file)
@@ -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<