import { HotelServicesItem } from '../../components/core/hotel-services/hotel-services.component'; export interface HotelServicesI { title: string; titleDark: string; items: HotelServicesItem[]; }