Skip to main content
type alias Deno.RecordType

The type of the resource record. Only the listed types are supported currently.

definition:
| "A"
| "AAAA"
| "ANAME"
| "CNAME"
| "MX"
| "PTR"
| "SRV"
| "TXT"