export interface SharePointUser { loginName: string; email: string; displayName: string; id: number; }