interface BrandingMembers {
    settings: null | BrandingSettings;
    themes: null | BrandingThemes;
}

Properties

Properties

settings: null | BrandingSettings
themes: null | BrandingThemes