Files
Servers/MoonlightServers.DaemonShared/PanelSide/Http/Responses/ServerInstallDataResponse.cs

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; }
}