UNPKG

gd-sprest-def

Version:

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

17 lines (13 loc) 439 B
import { Base } from "../../../"; /********************************************* * officeFileUserValueResponse **********************************************/ export interface officeFileUserValueResponse { key?: string; value?: string; } /********************************************* * officeFileUserValueResponseCollections **********************************************/ export interface officeFileUserValueResponseCollections { }