UNPKG

mercadopago

Version:
7 lines (6 loc) 199 B
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig'; export declare type CustomerCardGetRemoveClient = { customerId: string; cardId: string; config: MercadoPagoConfig; };