Files
ersatztv/ErsatzTV.Application/Troubleshooting/HealthCheckResultSummary.cs
T

4 lines
119 B
C#

namespace ErsatzTV.Application.Troubleshooting;
public record HealthCheckResultSummary(string Title, string Message);