UNPKG

mercadopago

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