UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

16 lines 802 B
import { APIResource } from 'cloudflare/resource'; import * as Layer3API from 'cloudflare/resources/radar/attacks/layer3/layer3'; import * as Layer7API from 'cloudflare/resources/radar/attacks/layer7/layer7'; export declare class Attacks extends APIResource { layer3: Layer3API.Layer3; layer7: Layer7API.Layer7; } export declare namespace Attacks { export import Layer3 = Layer3API.Layer3; export import Layer3TimeseriesResponse = Layer3API.Layer3TimeseriesResponse; export import Layer3TimeseriesParams = Layer3API.Layer3TimeseriesParams; export import Layer7 = Layer7API.Layer7; export import Layer7TimeseriesResponse = Layer7API.Layer7TimeseriesResponse; export import Layer7TimeseriesParams = Layer7API.Layer7TimeseriesParams; } //# sourceMappingURL=attacks.d.ts.map