/** * Classification of the phone (e.g. `Home`, `Mobile`). */ export type TelephoneType = 'HOME' | 'MOBILE' | 'BUSINESS' | 'FAX' | 'OTHER';