gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
17 lines (13 loc) • 439 B
TypeScript
import { Base } from "../../../";
/*********************************************
* officeFileUserValueResponse
**********************************************/
export interface officeFileUserValueResponse {
key?: string;
value?: string;
}
/*********************************************
* officeFileUserValueResponseCollections
**********************************************/
export interface officeFileUserValueResponseCollections {
}