mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix issue in sendgrid send method definition
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user