mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 307 B
JavaScript
;
/**
* Shared response types for the OAuth client.
*
* Contains the common response structure returned by both the token
* creation and token refresh operations of the MercadoPago OAuth API.
*
* @module oAuth/commonTypes
*/
Object.defineProperty(exports, "__esModule", { value: true });