orb-billing
Version:
The official TypeScript library for the Orb API
9 lines • 597 B
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Prices = exports.ExternalPriceID = void 0;
var external_price_id_1 = require("./external-price-id.js");
Object.defineProperty(exports, "ExternalPriceID", { enumerable: true, get: function () { return external_price_id_1.ExternalPriceID; } });
var prices_1 = require("./prices.js");
Object.defineProperty(exports, "Prices", { enumerable: true, get: function () { return prices_1.Prices; } });
//# sourceMappingURL=index.js.map