export interface UserInfo { displayName: string; email: string; roles?: string[]; }