namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses; public class ServerInstallDataResponse { public string Shell { get; set; } public string DockerImage { get; set; } public string Script { get; set; } }