mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 311 B
TypeScript
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig';
import type { Options } from '../../../types';
export declare type PreferenceGetClient = {
id: string;
config: MercadoPagoConfig;
};
export declare type PreferenceGetData = {
preferenceId: string;
requestOptions?: Options;
};