W3cubDocs

/Deno

Deno.RecordType

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

type RecordType =
| "A"
| "AAAA"
| "ANAME"
| "CNAME"
| "MX"
| "PTR"
| "SRV"
| "TXT";

Type

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

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