Files
voltsrage 80b009fd23
CI / backend (push) Successful in 8m52s
CI / frontend (push) Failing after 1m39s
feature: Self-Service Clinical Testing Sessions
2026-08-06 04:03:04 +08:00

10 lines
216 B
C#

public record AlertFeedbackQualityRow(
Guid Id,
Guid AlertId,
string AlertType,
string FeedbackType,
string? Comment,
DateTimeOffset CreatedAt,
string? ScenarioId,
string? SessionId);