*Options should be optional
This commit is contained in:
parent
a72c530fc0
commit
97e45a098d
|
@ -1,7 +1,7 @@
|
|||
export interface ResolverOptions {
|
||||
type: any;
|
||||
customType?: string;
|
||||
options: any;
|
||||
options?: any;
|
||||
}
|
||||
|
||||
export interface DNSResult {
|
||||
|
|
Loading…
Reference in New Issue