UNPKG

@sysdoc/sharepoint-util

Version:

A utility library for SharePoint solutions

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