priceRange: string, * note: string * }} RideOption */ export const UBER_ANSWER_DATA /** @type {RideOption[]} */ = [ { id: "x1", product: "UberX", eta: 3, priceRange: "$12–$15", note: "Most commonly booked option" }, { id: "x2", product: "UberXL", eta: 5, priceRange: "$20–$24", note: "Fits up to 6 people" }, { id: "x3", product: "Comfort", eta: 4, priceRange: "$18–$22", note: "Newer cars + extra legroom" } ];