*DNSResult.records should be type DNSRecord[]
This commit is contained in:
parent
692417b1e5
commit
aa3502bf71
|
@ -5,7 +5,7 @@ export interface ResolverOptions {
|
|||
}
|
||||
|
||||
export interface DNSResult {
|
||||
records: any[];
|
||||
records: DNSRecord[];
|
||||
error?: Error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue