UNPKG

mercadopago

Version:
11 lines (10 loc) 345 B
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig'; import type { Options } from '../../../types'; export declare type PaymentRefundTotalData = { payment_id: string | number; requestOptions?: Options; }; export declare type PaymentRefundTotalClient = { payment_id: string | number; config: MercadoPagoConfig; };