Update src/utility-types.ts
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 10:21:18 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 10:21:18 +0000 (11:21 +0100)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
src/utility-types.ts

index d7f9d6a20e68d4c3da8481727714d51a04a4aef0..8fb8130a6bd2f268a8d41e51d7f9ce54c7d8fc1c 100644 (file)
@@ -42,7 +42,7 @@ export interface MessageValue<
   /**
    * Kill code.
    */
-  readonly kill?: string | number
+  readonly kill?: 'HARD' | 'SOFT' | number
   /**
    * Error.
    */