UNPKG

sharepoint-util

Version:

A utility library for SharePoint solutions

12 lines (11 loc) 284 B
export interface WebSettings { requestAccessEmail?: string; noCrawl?: boolean; welcomePage?: string; title?: string; description?: string; siteLogo?: string; alternateCss?: string; masterPageUrl?: string; customMasterPageUrl?: string; }