No description

interface BookingItemInterface {
  activityType: ActivityType!
}

Fields

activityType
ActivityType!
Activity type of the returned data source

Member Of

BookingActivityMetadata

Implemented By

StayBooking

TripBooking