Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RRType

import type { RRType } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
type RRType =
| "SOA"
| "A"
| "TXT"
| "NS"
| "CNAME"
| "MX"
| "NAPTR"
| "PTR"
| "SRV"
| "SPF"
| "AAAA"
| "CAA"
| "DS"

§Type

§
"SOA" | "A" | "TXT" | "NS" | "CNAME" | "MX" | "NAPTR" | "PTR" | "SRV" | "SPF" | "AAAA" | "CAA" | "DS" | cmnP.UnexpectedEnumValue
[src]