mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 08:30:24 +00:00
-added more properties on attachment object
This commit is contained in:
Vendored
+5
-2
@@ -46,9 +46,12 @@ declare namespace sendMailFactory {
|
||||
content?: string;
|
||||
html?: string;
|
||||
attachments?: Array<{
|
||||
type: string;
|
||||
type?: string;
|
||||
filename: string;
|
||||
content: any;
|
||||
content?: any;
|
||||
path?: string;
|
||||
contentType?: string;
|
||||
encoding?: string;
|
||||
}>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user