Class ThemeJson
- Namespace
- Raytha.Application.Themes
- Assembly
- Raytha.Application.dll
public record ThemeJson : IEquatable<ThemeJson>
- Inheritance
-
ThemeJson
- Implements
- Inherited Members
Properties
MediaItems
public required IEnumerable<MediaItemJson> MediaItems { get; set; }
Property Value
WebTemplates
public required IEnumerable<WebTemplateJson> WebTemplates { get; init; }