export interface IPortalSite { id?: string; title?: string; url?: string; webTemplate?: string; childSites?: Array; }