UNPKG

mercadopago

Version:
4 lines (3 loc) 230 B
import type { PreferenceGetClient } from './types'; import type { PreferenceResponse } from '../../../clients/preference/commonTypes'; export default function get({ id, config }: PreferenceGetClient): Promise<PreferenceResponse>;