interface ItineraryPhoto {
    photo: string;
    tags: string[];
}

Properties

Properties

photo: string
tags: string[]