Type Alias City

City: object & {
    countryCode: string;
    id: string;
    legacyId: number;
    name: string;
}