UNPKG

mercadopago

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