Interface Countries

Contains information about countries.

interface Countries {
    @type: "countries";
    countries: CountryInfo[];
}

Properties

Properties

@type: "countries"
countries: CountryInfo[]

The list of countries.