Type alias PhoneTypes

PhoneTypes: keyof typeof libPhoneNumber.PhoneNumberType | "INVALID"

The PhoneTypes type represents the possible types of a phone number. It can be any of the keys of the PhoneNumberType object in the google-libphonenumber library, or 'INVALID' if the phone number is not valid.