export class ProfileDataEntry { fieldId: string // 'individualCellphoneNumber' fieldType: string // 'CELLPHONE' value: any // null note: string // 'Must be verified by user.' status: string // 'OPEN' }