2025-07-23 16:18:05 +03:30

6 lines
115 B
C#

namespace BuildingBlocks.HealthCheck;
public class HealthOptions
{
public bool Enabled { get; set; } = true;
}