export interface User { id: string; displayName: string; userPrincipalName: string; mail: string; } //# sourceMappingURL=GetUserResponse.d.ts.map