Contains all the data types used in IntlPhoneInput
{ isoCode : String
, phoneNumber : String
}
Record type to hold the phone number and country ISO code
{ name : String
, dialCode : String
}
Record type to hold country name and the dial code number.
This record is used by Config
to hold the list of countries and their dial code.
emptyPhoneNumber : PhoneNumber
A constant for an empty phone number.