mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
10 lines
222 B
TypeScript
10 lines
222 B
TypeScript
export const receiverTypeNames: Record<string, string> = {
|
|
pagerduty: 'PagerDuty',
|
|
pushover: 'Pushover',
|
|
slack: 'Slack',
|
|
opsgenie: 'OpsGenie',
|
|
webhook: 'Webhook',
|
|
victorops: 'VictorOps',
|
|
wechat: 'WeChat',
|
|
};
|