Represents the logo configuration for Mintlify.
public class LogoConfig
[JsonPropertyName("dark")] public string Dark { get; set; }
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("light")] public string Light { get; set; }