7 lines
186 B
C#
7 lines
186 B
C#
namespace VigilCare.Simulation;
|
|
|
|
public record SofaStalenessResponse(
|
|
IReadOnlyList<string> StaleComponents,
|
|
IReadOnlyList<string> MissingComponents,
|
|
bool UsedSpO2Fallback);
|