interface Photos {
    hero: string;
    itineraryPhotos: ItineraryPhoto[];
}

Properties

hero: string
itineraryPhotos: ItineraryPhoto[]