summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.d.ts b/index.d.ts
index b7a39fc..11e1d10 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -463,7 +463,7 @@ declare namespace SendGrid {
export class SendGrid {
constructor(apiKey: string, host?: string, globalHeaders?: { [header: string]: string; });
- emptyRequest(): SendGrid.Rest.Request;
+ emptyRequest(data?: SendGrid.Rest.Request): SendGrid.Rest.Request;
API(request: SendGrid.Rest.Request, callback: (response: SendGrid.Rest.Response) => void): void;
}