@grafana/alerting
Version:
Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution
14 lines (10 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
;
const USER_DEFINED_TREE_NAME = "user-defined";
function isDefaultRoutingTree(tree) {
return tree.metadata.name === USER_DEFINED_TREE_NAME;
}
exports.USER_DEFINED_TREE_NAME = USER_DEFINED_TREE_NAME;
exports.isDefaultRoutingTree = isDefaultRoutingTree;
//# sourceMappingURL=consts.cjs.map