typedns.AnyRecordtype AnyRecord =| AnyARecord| AnyAaaaRecord| AnyCaaRecord| AnyCnameRecord| AnyMxRecord| AnyNaptrRecord| AnyNsRecord| AnyPtrRecord| AnySoaRecord| AnySrvRecord| AnyTlsaRecord| AnyTxtRecordReferenced typesinterface AnyARecordaddress: stringttl: numbertype: 'A'interface AnyAaaaRecordaddress: stringttl: numbertype: 'AAAA'interface AnyCaaRecordcontactemail?: stringcontactphone?: stringcritical: numberiodef?: stringissue?: stringissuewild?: stringtype: 'CAA'interface AnyCnameRecordtype: 'CNAME'value: stringinterface AnyMxRecordexchange: stringpriority: numbertype: 'MX'interface AnyNaptrRecordflags: stringorder: numberpreference: numberregexp: stringreplacement: stringservice: stringtype: 'NAPTR'interface AnyNsRecordtype: 'NS'value: stringinterface AnyPtrRecordtype: 'PTR'value: stringinterface AnySoaRecordexpire: numberhostmaster: stringminttl: numbernsname: stringrefresh: numberretry: numberserial: numbertype: 'SOA'interface AnySrvRecordname: stringport: numberpriority: numbertype: 'SRV'weight: numberinterface AnyTlsaRecordcertUsage: numberdata: ArrayBuffermatch: numberselector: numbertype: 'TLSA'interface AnyTxtRecordentries: string[]type: 'TXT'