Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
type alias Deno.RecordType

The type of the resource record to resolve via DNS using Deno.resolveDns.

Only the listed types are supported currently.

definition:
| "A"
| "AAAA"
| "ANAME"
| "CAA"
| "CNAME"
| "MX"
| "NAPTR"
| "NS"
| "PTR"
| "SOA"
| "SRV"
| "TXT"