Interface CountryDocument

Country Document Interface. Defines the structure of a country document. CountryDocument

Hierarchy

  • Document
    • CountryDocument

Properties

Properties

name: string

The name of the country.

regions: {
    cities: string[];
    name: string;
}

Regions within the country, each with its own name and an array of city names.

Type declaration

  • cities: string[]
  • name: string

Generated using TypeDoc