mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-26 00:45:18 +00:00
3 lines
130 B
C#
3 lines
130 B
C#
namespace Daybreak.API.Models;
|
|
|
|
public sealed record HealthCheckResponse(int ProcessId, IEnumerable<AddressHealth> AddressHealth); |