From: Alessandro Pio Ardizio Date: Tue, 16 Feb 2021 10:21:18 +0000 (+0100) Subject: Update src/utility-types.ts X-Git-Tag: v2.0.0-beta.2~17^2~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=084dd5ce9b7a3094e90f639d67d68e0bb924c4df;p=poolifier.git Update src/utility-types.ts Co-authored-by: Shinigami --- diff --git a/src/utility-types.ts b/src/utility-types.ts index d7f9d6a2..8fb8130a 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -42,7 +42,7 @@ export interface MessageValue< /** * Kill code. */ - readonly kill?: string | number + readonly kill?: 'HARD' | 'SOFT' | number /** * Error. */