cloudflare
Version:
The official TypeScript library for the Cloudflare API
18 lines • 961 B
TypeScript
import { APIResource } from 'cloudflare/resource';
import * as ContentAPI from 'cloudflare/resources/workers/services/environments/content';
import * as SettingsAPI from 'cloudflare/resources/workers/services/environments/settings';
export declare class Environments extends APIResource {
content: ContentAPI.Content;
settings: SettingsAPI.Settings;
}
export declare namespace Environments {
export import Content = ContentAPI.Content;
export import ContentUpdateParams = ContentAPI.ContentUpdateParams;
export import ContentGetParams = ContentAPI.ContentGetParams;
export import Settings = SettingsAPI.Settings;
export import SettingEditResponse = SettingsAPI.SettingEditResponse;
export import SettingGetResponse = SettingsAPI.SettingGetResponse;
export import SettingEditParams = SettingsAPI.SettingEditParams;
export import SettingGetParams = SettingsAPI.SettingGetParams;
}
//# sourceMappingURL=environments.d.ts.map