CountryInfo
Contains information about a country.
This is an alias for the CountryInfoUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "countryInfo" | |
countryCode | string | A two-letter ISO 3166-1 alpha-2 country code |
name | string | Native name of the country |
englishName | string | English name of the country |
isHidden | boolean | True, if the country must be hidden from the list of all countries |
callingCodes | string[] | List of country calling codes |