7 lines
173 B
C#
7 lines
173 B
C#
public record SyncedAlertEvent(
|
|
Guid ClientAlertId,
|
|
Guid EncounterId,
|
|
string AlertType,
|
|
string Severity,
|
|
string Details,
|
|
DateTimeOffset GeneratedAt); |