export interface UserProfileModel { id: number; email: string; }