export interface User { id: string; displayName: string; photo?: string; }