import type { MandatoryProps } from './utils'; export type UserMultiTravelSelectedEvent = MandatoryProps & { offer_id: string; quote_id: string; };