declare type MasterpassPaymentThreeDSInitResponse = { paymentId: number; returnUrl: string; }; export default MasterpassPaymentThreeDSInitResponse;