3 lines
127 B
C#
3 lines
127 B
C#
namespace MoonlightServers.Daemon.Models;
|
|
|
|
public record InstallConfiguration(string Shell, string DockerImage, string Script); |