3 lines
123 B
C#
3 lines
123 B
C#
namespace Moonlight.Shared.Http.Responses.Admin;
|
|
|
|
public record ContainerHelperStatusDto(bool IsEnabled, bool IsReachable); |