UNPKG

mercadopago

Version:
3 lines (2 loc) 213 B
import type { AdvancedPaymentSearchClient, AdvancedPaymentSearchResponse } from './types'; export default function search({ options, config }: AdvancedPaymentSearchClient): Promise<AdvancedPaymentSearchResponse>;