UNPKG

mercadopago

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