build(deps-dev): apply updates
[poolifier.git] / src / utility-types.ts
index 135dcefba0cde30cc76aa2a2d10bba89eefb14bc..0723b4395407a94b18d3cafcfc6e5db2360017e0 100644 (file)
@@ -115,9 +115,9 @@ export interface MessageValue<Data = unknown, ErrorData = unknown>
    */
   readonly ready?: boolean
   /**
-   * Whether the worker starts or stops its aliveness check.
+   * Whether the worker starts or stops its activity check.
    */
-  readonly checkAlive?: boolean
+  readonly checkActive?: boolean
 }
 
 /**