Fix issue in sendgrid send method definition

This commit is contained in:
SomaticIT
2014-09-15 18:13:02 +02:00
parent e49c09a129
commit eb1d7786e2
+1
View File
@@ -109,6 +109,7 @@ interface Sendgrid {
options: SendgridOptionsExport;
Email: typeof PrivateSendgridEmail;
send(email: SendgridEmailOptions, callback: (err: Error, json: any) => any): void;
send(email: PrivateSendgridEmail, callback: (err: Error, json: any) => any): void;
}