UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 703 B
import { APIResource } from 'cloudflare/resource'; import * as TLSAPI from 'cloudflare/resources/hostnames/settings/tls'; export declare class Settings extends APIResource { tls: TLSAPI.TLS; } export declare namespace Settings { export import TLS = TLSAPI.TLS; export import Setting = TLSAPI.Setting; export import SettingValue = TLSAPI.SettingValue; export import TLSDeleteResponse = TLSAPI.TLSDeleteResponse; export import TLSGetResponse = TLSAPI.TLSGetResponse; export import TLSUpdateParams = TLSAPI.TLSUpdateParams; export import TLSDeleteParams = TLSAPI.TLSDeleteParams; export import TLSGetParams = TLSAPI.TLSGetParams; } //# sourceMappingURL=settings.d.ts.map