UNPKG

mercadopago

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