Untrusted draft — no build/test had run yet. Review before building on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
162 B
C#
6 lines
162 B
C#
using ErsatzTV.Core.Api.Health;
|
|
|
|
namespace ErsatzTV.Application.Health;
|
|
|
|
public record GetAllHealthCheckResultsForApi : IRequest<List<HealthCheckResponseModel>>;
|