@grafana/alerting
Version:
Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution
17 lines (12 loc) • 499 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var fishery = require('fishery');
;
const AlertingEntityMetadataAnnotationsFactory = fishery.Factory.define(() => ({
"grafana.com/access/canAdmin": "true",
"grafana.com/access/canDelete": "true",
"grafana.com/access/canWrite": "true",
"grafana.com/provenance": ""
}));
exports.AlertingEntityMetadataAnnotationsFactory = AlertingEntityMetadataAnnotationsFactory;
//# sourceMappingURL=common.cjs.map