Appearance
type RawPhoneType = string | number;
The RawPhoneType type represents the phone number which should be parsed. It can be either a string or a number.
RawPhoneType