8 lines
230 B
C#
8 lines
230 B
C#
namespace MoonlightServers.DaemonShared.PanelSide.Http.Responses;
|
|
|
|
public class ServerInstallDataResponse
|
|
{
|
|
public string Shell { get; set; }
|
|
public string DockerImage { get; set; }
|
|
public string Script { get; set; }
|
|
} |