Type alias DNS_TYPE

DNS_TYPE: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "PTR" | "SOA" | "SRV" | "TXT"

Represents the DNS record type.