Fix issue in sendgrid EmailOptions

This commit is contained in:
SomaticIT 2014-09-15 19:17:37 +02:00
parent 2f216035fd
commit e9e292d20d

View File

@ -51,7 +51,7 @@ declare module Sendgrid {
replyto?: string;
date?: Date;
headers?: { [key: string]: string };
files?: SendgridEmailFileOptions[];
files?: FileHandlerOptions[];
smtpapi?: any;
}