mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix issue in sendgrid EmailOptions
This commit is contained in:
parent
2f216035fd
commit
e9e292d20d
2
sendgrid/sendgrid.d.ts
vendored
2
sendgrid/sendgrid.d.ts
vendored
@ -51,7 +51,7 @@ declare module Sendgrid {
|
||||
replyto?: string;
|
||||
date?: Date;
|
||||
headers?: { [key: string]: string };
|
||||
files?: SendgridEmailFileOptions[];
|
||||
files?: FileHandlerOptions[];
|
||||
smtpapi?: any;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user