DnsRecordSet
import type { DnsRecordSet } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A set of DNS records relevant to the setup and maintenance of a custom domain in App Hosting.
interface DnsRecordSet {
readonly checkError?: Status;
readonly domainName?: string;
readonly records?: DnsRecord[];
}