/** * Cloudflare Node - Version 1 * Re-exports all discriminator combinations. */ import type { CloudflareV1ZoneCertificateNode } from './resource_zone_certificate'; export * from './resource_zone_certificate'; export type CloudflareV1Node = CloudflareV1ZoneCertificateNode;