UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

6 lines 653 B
export { ObservatoryAvailabilities, AvailabilityListParams, Availabilities } from "./availabilities.js"; export { ObservatoryPageTest, TestListResponse, TestDeleteResponse, TestCreateParams, TestListParams, TestDeleteParams, TestGetParams, Tests, } from "./tests.js"; export { ObservatorySchedule, ObservatoryTrend, SpeedDeleteResponse, SpeedDeleteParams, SpeedScheduleGetParams, SpeedTrendsListParams, Speed, } from "./speed.js"; export { PageListResponse, PageListParams, PageListResponsesSinglePage, Pages } from "./pages.js"; export { ScheduleCreateResponse, ScheduleCreateParams, Schedule } from "./schedule.js"; //# sourceMappingURL=index.d.ts.map