export interface UserProfile { username: string; email: string; photo?: string; gravatarEmail?: string; }