repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e4d9a
)
Update src/utility-types.ts
author
Alessandro Pio Ardizio
<alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 10:21:18 +0000
(11:21 +0100)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/src/utility-types.ts
b/src/utility-types.ts
index d7f9d6a20e68d4c3da8481727714d51a04a4aef0..8fb8130a6bd2f268a8d41e51d7f9ce54c7d8fc1c 100644
(file)
--- 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.
*/