@grafana/alerting
Version:
Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution
8 lines (7 loc) • 319 B
TypeScript
import { type RoutingTree } from '@grafana/api-clients/rtkq/notifications.alerting/v0alpha1';
export declare const USER_DEFINED_TREE_NAME = "user-defined";
/**
* Check if the given routing tree is the default (user-defined) policy tree.
*
*/
export declare function isDefaultRoutingTree(tree: RoutingTree): boolean;