This commit is contained in:
Alex Holliday
2026-01-29 18:20:05 +00:00
parent b1db74d96f
commit fc98192bcf
+8 -1
View File
@@ -1,4 +1,11 @@
export const NotificationChannels = ["email", "slack", "discord", "webhook", "pager_duty", "matrix"] as const;
export const NotificationChannels = [
"email",
"slack",
"discord",
"webhook",
"pager_duty",
"matrix",
] as const;
export type NotificationChannel = (typeof NotificationChannels)[number];
export interface Notification {