diff --git a/src/types.ts b/src/types.ts index 1be1dd7..de5d011 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ export interface ResolverOptions { - type: any; + type: string; customType?: string; options?: any; } @@ -14,7 +14,6 @@ export interface DNSRecord { customType?: string; value: string; } - const DNS_RECORD_TYPE = { DEFAULT: "DEFAULT", A: "A",