mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-08 10:49:39 -06:00
8 lines
277 B
JavaScript
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" },
|
|
];
|