diggy - v1.1.1
    Preparing search index...

    Type Alias AnyDNSRecord

    AnyDNSRecord:
        | DNSRecord
        | DNSRecord<MxRecordData>
        | DNSRecord<SoaRecordData>
        | DNSRecord<CaaRecordData>
        | DNSRecord<NaptrRecordData>
        | DNSRecord<SrvRecordData>

    Represents any DNS record type, including A, AAAA, CAA, CNAME, NAPTR, MX, NS, PTR, SOA, SRV, and TXT records. This type is a union of the generic DNSRecord type and specific record types like MxRecordData.