export interface User { id: string; name: string; displayName: string; }