cloudflare
Version:
The official TypeScript library for the Cloudflare API
12 lines • 586 B
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuditLogsV4PagePaginationArray = exports.RolesSinglePage = void 0;
const pagination_1 = require("cloudflare/pagination");
class RolesSinglePage extends pagination_1.SinglePage {
}
exports.RolesSinglePage = RolesSinglePage;
class AuditLogsV4PagePaginationArray extends pagination_1.V4PagePaginationArray {
}
exports.AuditLogsV4PagePaginationArray = AuditLogsV4PagePaginationArray;
//# sourceMappingURL=shared.js.map