/** * Type of product. */ export type TravelProductType = 'CRUISE' | 'AIR' | 'CAR' | 'INSURANCE' | 'HOTEL' | 'RAIL' | 'ACTIVITY';