*Options should be optional

This commit is contained in:
Derrick Hammer 2022-08-18 11:11:53 -04:00
parent a72c530fc0
commit 97e45a098d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export interface ResolverOptions {
type: any;
customType?: string;
options: any;
options?: any;
}
export interface DNSResult {