UNPKG

mercadopago

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