export interface Document { name: string; contentTypeId?: string; contentType?: string; fileSourcePath: string; }