cloudflare
Version:
The official TypeScript library for the Cloudflare API
13 lines • 483 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
import * as TLSAPI from 'cloudflare/resources/hostnames/settings/tls';
export class Settings extends APIResource {
constructor() {
super(...arguments);
this.tls = new TLSAPI.TLS(this._client);
}
}
(function (Settings) {
Settings.TLS = TLSAPI.TLS;
})(Settings || (Settings = {}));
//# sourceMappingURL=settings.mjs.map