Skip to content

Commit eb1d778

Browse files
author
SomaticIT
committed
Fix issue in sendgrid send method definition
1 parent e49c09a commit eb1d778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sendgrid/sendgrid.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ interface Sendgrid {
109109
options: SendgridOptionsExport;
110110
Email: typeof PrivateSendgridEmail;
111111

112+
send(email: SendgridEmailOptions, callback: (err: Error, json: any) => any): void;
112113
send(email: PrivateSendgridEmail, callback: (err: Error, json: any) => any): void;
113114
}
114115

0 commit comments

Comments
 (0)