export interface User { id: string; email?: string; phone?: string; role?: string; }