type alias Deno.RecordType The type of the resource record to resolve via DNS using [`Deno.resolveDns`](../././~/Deno.resolveDns). Only the listed types are supported currently. Definition "A" | "AAAA" | "ANAME" | "CAA" | "CNAME" | "MX" | "NAPTR" | "NS" | "PTR" | "SOA" | "SRV" | "TXT"