UNPKG

mercadopago

Version:
13 lines (12 loc) 438 B
"use strict"; /** * Shared response and domain types for the Orders API. * * Every type in this file mirrors the JSON shape returned by (or sent * to) the MercadoPago Orders v1 endpoints. Request-specific types live * in each operation's own `types.ts` file, while these shared types are * reused across multiple operations. * * @module clients/order/commonTypes */ Object.defineProperty(exports, "__esModule", { value: true });