From e9e292d20d5c865da762c1e759313ff5607971ad Mon Sep 17 00:00:00 2001 From: SomaticIT Date: Mon, 15 Sep 2014 19:17:37 +0200 Subject: [PATCH] Fix issue in sendgrid EmailOptions --- sendgrid/sendgrid.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendgrid/sendgrid.d.ts b/sendgrid/sendgrid.d.ts index 80b5d78ee9..7f644b65b0 100644 --- a/sendgrid/sendgrid.d.ts +++ b/sendgrid/sendgrid.d.ts @@ -51,7 +51,7 @@ declare module Sendgrid { replyto?: string; date?: Date; headers?: { [key: string]: string }; - files?: SendgridEmailFileOptions[]; + files?: FileHandlerOptions[]; smtpapi?: any; }