AvailableProvidersListCountry interface
Country details.
Properties
country |
The country name. |
providers | A list of Internet service providers. |
states | List of available states in the country. |
Property Details
countryName
The country name.
countryName?: string
Property Value
string
providers
A list of Internet service providers.
providers?: string[]
Property Value
string[]
states
List of available states in the country.
states?: AvailableProvidersListState[]