Files
Servers/MoonlightServers.Shared/Admin/Templates/InstallationConfigDto.cs

3 lines
137 B
C#

namespace MoonlightServers.Shared.Admin.Templates;
public record InstallationConfigDto(string DockerImage, string Shell, string Script);