UNPKG

mercadopago

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