UNPKG

mercadopago

Version:
4 lines (3 loc) 241 B
import type { PreferenceCreateClient } from './types'; import type { PreferenceResponse } from '../../../clients/preference/commonTypes'; export default function create({ body, config }: PreferenceCreateClient): Promise<PreferenceResponse>;