import { ProfileFieldEntry } from './ProfileFieldEntry' export class UpdateAccountRequest { profileFields: ProfileFieldEntry[] }