UNPKG

mercadopago

Version:
10 lines (9 loc) 317 B
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig'; import { Options } from '../../../types'; export declare type PaymentCancelData = { id: string | number; requestOptions?: Options; }; export declare interface PaymentCancelClient extends PaymentCancelData { config: MercadoPagoConfig; }