export interface DocumentLibraryInfo { documentSite: string; documentLibraryUrl: string; allowUploadDocument: boolean; }