mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
chore: add typescript definitions for custom types (#486)
This commit is contained in:
+1
-1
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user