gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
18 lines (14 loc) • 402 B
TypeScript
import { Base } from "../../";
/*********************************************
* UserInformation
**********************************************/
export interface UserInformation {
Id?: string;
Name?: string;
Puid?: string;
}
/*********************************************
* UserInformationCollections
**********************************************/
export interface UserInformationCollections {
}