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