UNPKG

mercadopago

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