interface QueryCountriesResponse {
    data: Country[];
}

Properties

Properties

data: Country[]

List of countries