Skip to main content
The Deno 2 Release Candidate is here
Learn more
type alias CreateOptions
import { type CreateOptions } from "https://deno.land/x/masx200_cloudflare_api_dns_record_zone@1.0.3/CreateOptions.ts";
definition: ZoneOptions & AuthorizationOptions & { record: { ttl: number; name: string; content?: string; type: string; proxied?: boolean; priority?: number; } & Partial<DNSRecord>; }