Alokai

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