Skip to content

Type Alias: RawPhoneType

ts
type RawPhoneType = string | number;

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