const places: { city: string; country: string }[] = []; places.push({ city: 'Nairobi', country: 'Kenya' });