import type { MandatoryProps } from './utils'; export type SuccessfulPaymentEvent = MandatoryProps & { sale_id: string; };