export interface SiteLogo { siteLogoUrl: string; siteUrl: string; siteTitle: string; isGroup: boolean; }