export interface ICustomBrandSettings { hideHelpLink?: boolean; customBrandName?: string; customDomain?: string; name?: string; domain?: string; }