"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.dnsRecordTypes = void 0;
exports.dnsRecordTypes = ['A', 'AAAA', 'CAA', 'CERT', 'CNAME', 'DINSKEY', 'DS', 'HTTPS', 'LOC', 'MX', 'NAPTR', 'NS', 'PTR', 'SMIMEA', 'SVR', 'SSHFP', 'SVCB', 'TLSA', 'TXT', 'URI'];