UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 537 B
import { APIResource } from 'cloudflare/resource'; import * as TopAPI from 'cloudflare/resources/radar/dns/top'; export declare class DNS extends APIResource { top: TopAPI.Top; } export declare namespace DNS { export import Top = TopAPI.Top; export import TopAsesResponse = TopAPI.TopAsesResponse; export import TopLocationsResponse = TopAPI.TopLocationsResponse; export import TopAsesParams = TopAPI.TopAsesParams; export import TopLocationsParams = TopAPI.TopLocationsParams; } //# sourceMappingURL=dns.d.ts.map