UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

9 lines 1.27 kB
export { Buckets, type Bucket, type BucketListResponse, type BucketDeleteResponse, type BucketCreateParams, type BucketListParams, type BucketDeleteParams, type BucketGetParams, } from "./buckets.js"; export { CORS, type CORSUpdateResponse, type CORSDeleteResponse, type CORSGetResponse, type CORSUpdateParams, type CORSDeleteParams, type CORSGetParams, } from "./cors.js"; export { Domains } from "./domains/index.js"; export { EventNotifications, type EventNotificationUpdateResponse, type EventNotificationDeleteResponse, type EventNotificationGetResponse, type EventNotificationUpdateParams, type EventNotificationDeleteParams, type EventNotificationGetParams, } from "./event-notifications.js"; export { Lifecycle, type LifecycleUpdateResponse, type LifecycleGetResponse, type LifecycleUpdateParams, type LifecycleGetParams, } from "./lifecycle.js"; export { Locks, type LockUpdateResponse, type LockGetResponse, type LockUpdateParams, type LockGetParams, } from "./locks.js"; export { Metrics, type MetricListResponse, type MetricListParams } from "./metrics.js"; export { SippyResource, type Provider, type Sippy, type SippyDeleteResponse, type SippyUpdateParams, type SippyDeleteParams, type SippyGetParams, } from "./sippy.js"; //# sourceMappingURL=index.d.ts.map