Improvements for #161 (#169)
[poolifier.git] / src / utility-types.ts
index d7f9d6a20e68d4c3da8481727714d51a04a4aef0..d680fa16ddc7e4748a41f2e878def0384eb2e305 100644 (file)
@@ -1,5 +1,6 @@
 import type { Worker } from 'cluster'
 import type { MessagePort } from 'worker_threads'
+import type { KillBehavior } from './worker/worker-options'
 
 /**
  * Make all properties in T non-readonly
@@ -42,7 +43,7 @@ export interface MessageValue<
   /**
    * Kill code.
    */
-  readonly kill?: string | number
+  readonly kill?: KillBehavior | 1
   /**
    * Error.
    */