feature: Console Replay Simulator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
public record IngestObservationRequest(
|
||||
string ObservationCode, decimal Value, string Unit,
|
||||
string Source, DateTimeOffset RecordedAt, string? IdempotencyKey);
|
||||
|
||||
Reference in New Issue
Block a user