edgeport - v1.0.6
    Preparing search index...

    Type Alias RData

    RData:
        | string
        | string[]
        | MxRecord
        | SoaRecord
        | SrvRecord
        | CaaRecord
        | NaptrRecord
        | SshfpRecord
        | DsRecord
        | DnskeyRecord
        | TlsaRecord
        | RrsigRecord
        | SvcbRecord
        | OptData
        | Uint8Array

    The structured resource data of a decoded record, keyed by its RecordType.

    The mapping is: A/AAAA/NS/CNAME/PTR decode to a string; TXT to a string array (one per character-string); MX/SOA/SRV/CAA/NAPTR/SSHFP/DS/DNSKEY/TLSA/RRSIG to their typed shapes; SVCB/HTTPS to SvcbRecord; OPT to OptData; and any other TYPE to the raw rdata bytes.

    1.0.4