export interface SloNotificationDto { correlation_id?: string; entity_identifier?: string; event_template_identifier?: string; rule_org_id?: string; rule_project_id?: string; slo_name?: string; slo_org_id?: string; slo_project_id?: string; }