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