cloudflare
Version:
The official TypeScript library for the Cloudflare API
10 lines • 749 B
TypeScript
import { APIResource } from "../../../resource.js";
import * as TLSAPI from "./tls.js";
import { Setting, SettingValue, TLS, TLSDeleteParams, TLSDeleteResponse, TLSGetParams, TLSGetResponse, TLSGetResponsesSinglePage, TLSUpdateParams } from "./tls.js";
export declare class Settings extends APIResource {
tls: TLSAPI.TLS;
}
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, };
}
//# sourceMappingURL=settings.d.ts.map