UNPKG

mercadopago

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