UNPKG

@grafana/alerting

Version:

Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution

4 lines (3 loc) 175 B
import { RoutingTreeMatcher } from '../api/notifications/v0alpha1/notifications.api.gen'; export type Label = [string, string]; export type LabelMatcher = RoutingTreeMatcher;