gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
19 lines (15 loc) • 402 B
TypeScript
import { Base } from "../../../../";
/*********************************************
* Identity
**********************************************/
export interface Identity {
email?: string;
id?: number;
loginName?: string;
name?: string;
}
/*********************************************
* IdentityCollections
**********************************************/
export interface IdentityCollections {
}