UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

37 lines (32 loc) 953 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from '../../../resource'; import * as TLSAPI from './tls'; import { Setting, SettingValue, TLS, TLSDeleteParams, TLSDeleteResponse, TLSGetParams, TLSGetResponse, TLSGetResponsesSinglePage, TLSUpdateParams, } from './tls'; export class Settings extends APIResource { tls: TLSAPI.TLS = new TLSAPI.TLS(this._client); } Settings.TLS = TLS; Settings.TLSGetResponsesSinglePage = TLSGetResponsesSinglePage; export declare namespace Settings { export { TLS as TLS, type Setting as Setting, type SettingValue as SettingValue, type TLSDeleteResponse as TLSDeleteResponse, type TLSGetResponse as TLSGetResponse, TLSGetResponsesSinglePage as TLSGetResponsesSinglePage, type TLSUpdateParams as TLSUpdateParams, type TLSDeleteParams as TLSDeleteParams, type TLSGetParams as TLSGetParams, }; }