Values.PhoneNumberCountrySourceThe phone number country.
type nonrec t = {countryCode : Alpha2CountryCode.t option;The phone number country code. Format: ISO 3166-1 alpha-2.
*)supportedPhoneNumberTypes : PhoneNumberTypeList.t option;The supported phone number types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of Alpha2CountryCode.t ])
list ]