export interface User { netId?: string; email: string; memberOf: Group[]; displayName: string; }