chore: necessary updates given the changes in the alert controller
This commit is contained in:
@@ -4,4 +4,5 @@ public record SyncedAlertEvent(
|
||||
string AlertType,
|
||||
string Severity,
|
||||
string Details,
|
||||
DateTimeOffset GeneratedAt);
|
||||
DateTimeOffset GeneratedAt,
|
||||
string? ExplanationJson = null);
|
||||
Reference in New Issue
Block a user