UNPKG

mercadopago

Version:
4 lines (3 loc) 271 B
import type { GetPaymentIntentListResponse } from '../commonTypes'; import type { PointGetPaymentIntentListClient } from './types'; export default function getPaymentIntentList({ options, config }: PointGetPaymentIntentListClient): Promise<GetPaymentIntentListResponse>;