chore: add typescript definitions for custom types (#486)

This commit is contained in:
Andrew Mackrodt
2020-10-10 17:06:38 +01:00
committed by GitHub
parent 5c61333df0
commit 0cdf6657bf
8 changed files with 168 additions and 11 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ const notifications = {
playSound: envOrString(process.env.PLAY_SOUND),
pushbullet: envOrString(process.env.PUSHBULLET),
pushover: {
priority: envOrString(process.env.PUSHOVER_PRIORITY),
priority: envOrNumber(process.env.PUSHOVER_PRIORITY),
token: envOrString(process.env.PUSHOVER_TOKEN),
username: envOrString(process.env.PUSHOVER_USER)
},