From 084dd5ce9b7a3094e90f639d67d68e0bb924c4df Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Tue, 16 Feb 2021 11:21:18 +0100 Subject: [PATCH] Update src/utility-types.ts Co-authored-by: Shinigami --- src/utility-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.34.1