feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace VigilCare.Simulation;
|
||||
|
||||
|
||||
public record IngestObservationRequest(
|
||||
string ObservationCode, decimal Value, string Unit,
|
||||
string Source, DateTimeOffset RecordedAt, string? IdempotencyKey);
|
||||
Reference in New Issue
Block a user