export interface AccountUserProfileEntity { id: string; email: string; firstName: string; lastName: string; }