mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
-added more properties on attachment object
This commit is contained in:
7
types/sendmail/index.d.ts
vendored
7
types/sendmail/index.d.ts
vendored
@@ -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