Apply dependencies update. (#369)
[poolifier.git] / src / pools / cluster / fixed.ts
index e1caf252332f7d0103a77a9470b1526a62613e78..ccffc6bba9cbb32888170cba58ca59b0fab8a8dd 100644 (file)
@@ -24,9 +24,8 @@ export interface ClusterPoolOptions extends PoolOptions<Worker> {
  *
  * This pool selects the workers in a round robin fashion.
  *
- * @template Data Type of data sent to the worker. This can only be serializable data.
- * @template Response Type of response of execution. This can only be serializable data.
- *
+ * @template DataType of data sent to the worker. This can only be serializable data.
+ * @template ResponseType of response of execution. This can only be serializable data.
  * @author [Christopher Quadflieg](https://github.com/Shinigami92)
  * @since 2.0.0
  */