mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
3 lines
102 B
C#
3 lines
102 B
C#
namespace MonitorAgent.API.Contracts;
|
|
|
|
public record class LoadAverageResponse(decimal[] LoadAverage); |