6 lines
223 B
C#
6 lines
223 B
C#
namespace Neighbourhood.omg.lol.Models {
|
|
public class ThemePreviewResponseData : IOmgLolResponseData {
|
|
public string Message { get; set; } = string.Empty;
|
|
public string Html { get; set; } = string.Empty;
|
|
}
|
|
}
|