3 lines
167 B
C#
3 lines
167 B
C#
namespace Moonlight.Shared.Http.Responses.Admin.Themes;
|
|
|
|
public record ThemeDto(int Id, string Name, string Author, string Version, string CssContent, bool IsEnabled); |