UNPKG

@grafana/alerting

Version:

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

13 lines (10 loc) 373 B
import { Factory } from 'fishery'; "use strict"; const AlertingEntityMetadataAnnotationsFactory = Factory.define(() => ({ "grafana.com/access/canAdmin": "true", "grafana.com/access/canDelete": "true", "grafana.com/access/canWrite": "true", "grafana.com/provenance": "" })); export { AlertingEntityMetadataAnnotationsFactory }; //# sourceMappingURL=common.mjs.map