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