Type Alias: DNSRecord
DNSRecord =
AAAARecord|ANYRecord|ARecord|CAARecord|CNAMERecord|DNSKEYRecord|DSRecord|MXRecord|NAPTRRecord|NSEC3PARAMRecord|NSEC3Record|NSECRecord|NSRecord|PTRRecord|RRSIGRecord|SOARecord|SRVRecord|SSHFPRecord|TLSARecord|TXTRecord
Defined in: types.ts:211
Union type for all supported DNS record types.
This type can be used when you need to work with any DNS record type in a type-safe manner.