interface BrandingMembers {
    getSettings(): null | BrandingSettings;
    getThemes(): null | BrandingThemes;
}

Methods