repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a2abc
)
docs: add missing type param
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Apr 2023 17:29:14 +0000
(19:29 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/utility-types.ts
b/src/utility-types.ts
index 0fdaa36e19c34e1ace772866e174c4d5b6905381..ec5ff44d861baeff4b0779a83e19f2b869ee560b 100644
(file)
--- 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<