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