UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines (11 loc) 464 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from '../../resource'; import * as SettingsAPI from './settings/settings'; import { Settings } from './settings/settings'; export class Hostnames extends APIResource { settings: SettingsAPI.Settings = new SettingsAPI.Settings(this._client); } Hostnames.Settings = Settings; export declare namespace Hostnames { export { Settings as Settings }; }