Interface Name

The name of a country

interface Name {
    common: string;
    official: string;
}

Properties

Properties

common: string

The common name of the country

official: string

The official name of the country