UNPKG

mercadopago

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