UNPKG

mercadopago

Version:
4 lines (3 loc) 241 B
import type { CustomerCardGetRemoveClient } from './types'; import type { CustomerCardResponse } from '../commonTypes'; export default function get({ customerId, cardId, config }: CustomerCardGetRemoveClient): Promise<CustomerCardResponse>;