Files
Checkmate/client/src/Pages/Notifications/utils.js
2025-06-16 10:38:05 +08:00

8 lines
277 B
JavaScript

export const NOTIFICATION_TYPES = [
{ _id: 1, name: "E-mail", value: "email" },
{ _id: 2, name: "Slack", value: "slack" },
{ _id: 3, name: "PagerDuty", value: "pager_duty" },
{ _id: 4, name: "Webhook", value: "webhook" },
{ _id: 5, name: "Discord", value: "discord" },
];