import { LocationBeachInfoItem, LocationBeachItem } from '../../components/core/location-beach/location-beach.component'; import { ButtonI } from '../atomic/button.interface'; export interface LocationBeachI { title?: string; subtitle?: string; description?: string; infoItems?: LocationBeachInfoItem[]; items?: LocationBeachItem[]; links?: ButtonI[]; button?: ButtonI; }