export interface UserProfileData { firstName: string; lastName: string; email: string; roles: string[]; avatarPath: string; }