namespace Moonlight.Shared.Http.Responses.Admin.Frontend; public record FrontendConfigDto(string Name, string? ThemeCss);