UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

4 lines 360 B
export { Account, type AccountEditResponse, type AccountGetResponse, type AccountEditParams, type AccountGetParams, } from "./account/index.js"; export { Settings, type DNSSetting } from "./settings.js"; export { Zone, type ZoneEditResponse, type ZoneGetResponse, type ZoneEditParams, type ZoneGetParams, } from "./zone.js"; //# sourceMappingURL=index.d.ts.map