Files
Moonlight/Moonlight.Shared/Http/Responses/Admin/ContainerHelperStatusDto.cs

3 lines
123 B
C#

namespace Moonlight.Shared.Http.Responses.Admin;
public record ContainerHelperStatusDto(bool IsEnabled, bool IsReachable);