import type * as Merge from "../../../index"; /** * The type of phone number. * * * `HOME` - HOME * * `WORK` - WORK * * `MOBILE` - MOBILE * * `SKYPE` - SKYPE * * `OTHER` - OTHER */ export type PhoneNumberPhoneNumberType = Merge.ats.PhoneNumberTypeEnum | string;