import { SharePoint } from "./ISharepoint"; export interface ICSOMPeoplePickerPrincipal extends SharePoint.IPeoplePickerPrincipal { notFound?: boolean; }