Files
Servers/MoonlightServers.Daemon/Models/InstallConfiguration.cs

3 lines
127 B
C#

namespace MoonlightServers.Daemon.Models;
public record InstallConfiguration(string Shell, string DockerImage, string Script);