Alerting: Add AlertEnrichment to the ProvisionedResource enum (#111354)

This commit is contained in:
Alexander Akhmetov
2025-09-19 14:20:50 +02:00
committed by GitHub
parent 72b7ea0b6b
commit 63692fec55
@@ -9,6 +9,7 @@ export enum ProvisionedResource {
MuteTiming = 'time interval',
AlertRule = 'alert rule',
RootNotificationPolicy = 'root notification policy',
AlertEnrichment = 'alert enrichment',
}
// we'll omit the props we don't want consumers to overwrite and forward the others to the alert component