export interface User { id: string; avatar: string; email: string; name: string; [key: string]: any; }