*Make type a string
This commit is contained in:
parent
97e45a098d
commit
9d95bb59e3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue