Skip to main content

NotifyChannel

NotifyChannel = { type: "stdout"; } | { botToken: string; chatId: string; type: "telegram"; } | { type: "webhook"; url: string; } | { cmd: string; type: "command"; }

Defined in: watch-types.ts:14

Notification channel parsed from --notify flags.