UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

8 lines 1.29 kB
export { ACL, ACLDeleteResponse, ACLCreateParams, ACLUpdateParams, ACLListParams, ACLDeleteParams, ACLGetParams, ACLsSinglePage, ACLs, } from "./acls.js"; export { DisableTransfer, EnableTransfer, Outgoing, OutgoingStatus, OutgoingCreateResponse, OutgoingUpdateResponse, OutgoingDeleteResponse, OutgoingForceNotifyResponse, OutgoingGetResponse, OutgoingCreateParams, OutgoingUpdateParams, OutgoingDeleteParams, OutgoingDisableParams, OutgoingEnableParams, OutgoingForceNotifyParams, OutgoingGetParams, OutgoingResource, } from "./outgoing/index.js"; export { ForceAXFR, ForceAXFRCreateParams, ForceAXFRResource } from "./force-axfr.js"; export { Incoming, IncomingCreateResponse, IncomingUpdateResponse, IncomingDeleteResponse, IncomingGetResponse, IncomingCreateParams, IncomingUpdateParams, IncomingDeleteParams, IncomingGetParams, IncomingResource, } from "./incoming.js"; export { Peer, PeerDeleteResponse, PeerCreateParams, PeerUpdateParams, PeerListParams, PeerDeleteParams, PeerGetParams, PeersSinglePage, Peers, } from "./peers.js"; export { SecondaryDNS } from "./secondary-dns.js"; export { TSIG, TSIGDeleteResponse, TSIGCreateParams, TSIGUpdateParams, TSIGListParams, TSIGDeleteParams, TSIGGetParams, TSIGsSinglePage, TSIGs, } from "./tsigs.js"; //# sourceMappingURL=index.d.ts.map