deno / 1.23.2 / ~ / deno.recordtype.html /

Deno.RecordType

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

type RecordType =
| "A"
| "AAAA"
| "ANAME"
| "CAA"
| "CNAME"
| "MX"
| "NAPTR"
| "NS"
| "PTR"
| "SOA"
| "SRV"
| "TXT";

Type

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

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.RecordType