UNPKG

162 BTypeScriptView Raw
1import { SharePoint } from "./ISharepoint";
2export interface ICSOMPeoplePickerPrincipal extends SharePoint.IPeoplePickerPrincipal {
3 notFound?: boolean;
4}