import { SerializedPayment } from './payment'; export default interface NextPaymentResult { payment: SerializedPayment; }