UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

15 lines 671 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 HostnameSettingDelete = TLSAPI.HostnameSettingDelete; export import HostnameStting = TLSAPI.HostnameStting; 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