UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 239 B
export interface IUserInfo { displayName: string; email: string; isAnonymousGuestUser: boolean; isExternalGuestUser: boolean; loginName: string; preferUserTimeZone: boolean; } //# sourceMappingURL=IUserInfo.d.ts.map