chore: necessary updates given the changes in the alert controller
This commit is contained in:
@@ -25,4 +25,5 @@ public record ScenarioEvent(
|
||||
public record ExpectedOutcome(
|
||||
double AfterOffsetMinutes, string Type,
|
||||
string? AlertType, string? ScoreType,
|
||||
double? ExpectedMinimum, string? Description);
|
||||
double? ExpectedMinimum, string? Description,
|
||||
string? NarrativeContains = null);
|
||||
Reference in New Issue
Block a user