UNPKG

mercadopago

Version:
4 lines (3 loc) 205 B
import type { ChargebackGetClient } from './types'; import type { ChargebackResponse } from '../commonTypes'; export default function get({ id, config }: ChargebackGetClient): Promise<ChargebackResponse>;