Implemented v2.0 image import
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.ApiServer.Models.Stars;
|
||||
|
||||
public class LegacyImageParseConfigModel
|
||||
{
|
||||
public string Type { get; set; } = "";
|
||||
public string File { get; set; } = "";
|
||||
public Dictionary<string, string> Configuration { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user