export interface WebSettings { requestAccessEmail?: string; noCrawl?: boolean; welcomePage?: string; title?: string; description?: string; siteLogo?: string; alternateCss?: string; masterPageUrl?: string; customMasterPageUrl?: string; }