mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-09-18 19:23:22 +00:00
3 lines
102 B
C#
3 lines
102 B
C#
namespace MonitorAgent.API.Contracts;
|
|
|
|
public record class LoadAverageResponse(decimal[] LoadAverage); |