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