Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CountryList

List of countries CountryList

export interface CountryList {
	'countries'?: Array<Country>;
}

Properties

NameRequiredTypeDescription
countriesOptionalArray<Country>This is the list of Country fields that should be returned in the response body {Array<Country>} CountryList

Referenced Types

On this page