UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 677 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; import * as CmbAPI from 'cloudflare/resources/logs/control/cmb/cmb'; import * as RetentionAPI from 'cloudflare/resources/logs/control/retention/retention'; export class Control extends APIResource { constructor() { super(...arguments); this.retention = new RetentionAPI.Retention(this._client); this.cmb = new CmbAPI.Cmb(this._client); } } (function (Control) { Control.Retention = RetentionAPI.Retention; Control.Cmb = CmbAPI.Cmb; })(Control || (Control = {})); //# sourceMappingURL=control.mjs.map