/** * Interfaces of header user options */ export interface UserData { name: string; email: string; avatarSrc?: string; selectedLanguage?: string; }