UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension

5 lines (4 loc) 162 B
import { SharePoint } from "./ISharepoint"; export interface ICSOMPeoplePickerPrincipal extends SharePoint.IPeoplePickerPrincipal { notFound?: boolean; }