PublishedTripPageDetailsService: {
    _id: string;
    accommodationType: string;
    airportTransfer: boolean;
    checkInDay: string;
    description: string;
    duration: number;
    images: string[];
    includedActivity: boolean;
    location: string;
    mealType: string;
    name: string;
    numberOfNights: number;
    occupancy: string;
    orSimilar: boolean;
    starRating: string;
    type: models.services.ServiceType;
}

Type declaration

  • _id: string
  • accommodationType: string
  • airportTransfer: boolean
  • checkInDay: string
  • description: string
  • duration: number
  • images: string[]
  • includedActivity: boolean
  • location: string
  • mealType: string
  • name: string
  • numberOfNights: number
  • occupancy: string
  • orSimilar: boolean
  • starRating: string
  • type: models.services.ServiceType