UNPKG

mercadopago

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