mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix issue in sendgrid EmailOptions
This commit is contained in:
Vendored
+1
-1
@@ -51,7 +51,7 @@ declare module Sendgrid {
|
||||
replyto?: string;
|
||||
date?: Date;
|
||||
headers?: { [key: string]: string };
|
||||
files?: SendgridEmailFileOptions[];
|
||||
files?: FileHandlerOptions[];
|
||||
smtpapi?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user