gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
32 lines (25 loc) • 975 B
TypeScript
import { Base } from "../../../";
import { SP } from "../../../";
/*********************************************
* ClientPeoplePickerWebServiceInterface
**********************************************/
export interface ClientPeoplePickerWebServiceInterface {
Id4a81de82eeb94d6080ea5bf63e27023a?: string;
}
/*********************************************
* ClientPeoplePickerWebServiceInterfaceCollections
**********************************************/
export interface ClientPeoplePickerWebServiceInterfaceCollections {
}
/*********************************************
* PickerEntityInformation
**********************************************/
export interface PickerEntityInformation {
Entity?: SP.UI.ApplicationPages.PickerEntityInformationRequest;
TotalMemberCount?: number;
}
/*********************************************
* PickerEntityInformationCollections
**********************************************/
export interface PickerEntityInformationCollections {
}