UNPKG

sharepoint-util

Version:

A utility library for SharePoint solutions

7 lines (6 loc) 136 B
export interface Document { name: string; contentTypeId?: string; contentType?: string; fileSourcePath: string; }