UNPKG

mercadopago

Version:
4 lines (3 loc) 226 B
import type { PaymentRefundCreateClient } from './types'; import type { RefundResponse } from '../commonTypes'; export default function create({ payment_id, body, config }: PaymentRefundCreateClient): Promise<RefundResponse>;