UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

10 lines 1.32 kB
import { APIResource } from "../../../../resource.js"; import * as TargetsAPI from "./targets.js"; import { TargetBulkDeleteParams, TargetBulkUpdateParams, TargetBulkUpdateResponse, TargetCreateParams, TargetCreateResponse, TargetDeleteParams, TargetGetParams, TargetGetResponse, TargetListParams, TargetListResponse, TargetListResponsesV4PagePaginationArray, TargetUpdateParams, TargetUpdateResponse, Targets } from "./targets.js"; export declare class Infrastructure extends APIResource { targets: TargetsAPI.Targets; } export declare namespace Infrastructure { export { Targets as Targets, type TargetCreateResponse as TargetCreateResponse, type TargetUpdateResponse as TargetUpdateResponse, type TargetListResponse as TargetListResponse, type TargetBulkUpdateResponse as TargetBulkUpdateResponse, type TargetGetResponse as TargetGetResponse, TargetListResponsesV4PagePaginationArray as TargetListResponsesV4PagePaginationArray, type TargetCreateParams as TargetCreateParams, type TargetUpdateParams as TargetUpdateParams, type TargetListParams as TargetListParams, type TargetDeleteParams as TargetDeleteParams, type TargetBulkDeleteParams as TargetBulkDeleteParams, type TargetBulkUpdateParams as TargetBulkUpdateParams, type TargetGetParams as TargetGetParams, }; } //# sourceMappingURL=infrastructure.d.ts.map