UNPKG

mercadopago

Version:
4 lines (3 loc) 221 B
import type { PaymentRefundListClient } from './types'; import type { RefundResponse } from '../commonTypes'; export default function list({ payment_id, config }: PaymentRefundListClient): Promise<Array<RefundResponse>>;