mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
missing non-optional email, fixes for 1.6
This commit is contained in:
Vendored
+1
@@ -46,6 +46,7 @@ declare module MailcheckModule {
|
||||
}
|
||||
|
||||
export interface IOptions {
|
||||
email: string;
|
||||
domains?: string[];
|
||||
secondLevelDomains?: string[];
|
||||
topLevelDomains?: string[];
|
||||
|
||||
Reference in New Issue
Block a user