UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

19 lines (15 loc) 464 B
import { Base } from "../../../"; /********************************************* * SPLargeOperation **********************************************/ export interface SPLargeOperation { OperationType?: string; ProgressPercentage?: number; ResourceLocation?: string; Status?: string; } /********************************************* * SPLargeOperationCollections **********************************************/ export interface SPLargeOperationCollections { }