UNPKG

orb-billing

Version:

The official TypeScript library for the Orb API

15 lines 587 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.PricesPage = exports.InvoicesPage = exports.CreditNotesPage = void 0; const pagination_1 = require("../pagination.js"); class CreditNotesPage extends pagination_1.Page { } exports.CreditNotesPage = CreditNotesPage; class InvoicesPage extends pagination_1.Page { } exports.InvoicesPage = InvoicesPage; class PricesPage extends pagination_1.Page { } exports.PricesPage = PricesPage; //# sourceMappingURL=shared.js.map