export interface User { id: number; email: string; language: string; appearance: string; timezone: string; avatarUrl?: string; }