We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29d1c6 + 510635a commit d2235a0Copy full SHA for d2235a0
index.d.ts
@@ -61,8 +61,8 @@ declare namespace SendGrid.Helpers.Mail {
61
setSendAt(sendAt: number): void;
62
getSendAt(): number;
63
64
- setBatchId(batch_id: number): void;
65
- getBatchId(): number;
+ setBatchId(batch_id: string): void;
+ getBatchId(): string;
66
67
setAsm(asm: Asm): void;
68
getAsm(): Asm;
@@ -91,7 +91,7 @@ declare namespace SendGrid.Helpers.Mail {
91
categories: any[];
92
custom_args: any[];
93
send_at: number;
94
- batch_id: number;
+ batch_id: string;
95
asm: any;
96
ip_pool_name: string;
97
mail_settings: any;
0 commit comments