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