diff --git a/index.d.ts b/index.d.ts index 716dae0c4..37fec0f69 100644 --- a/index.d.ts +++ b/index.d.ts @@ -406,7 +406,7 @@ declare namespace SendGrid.Helpers.Mail { getHeaders(): Header[]; addSubstitution(substitution: Substitution): void; - getSubstitutions(): Substitution[]; + getSubstitutions(): {[key: string]: string}; addCustomArg(substitution: CustomArgs): void; getCustomArgs(): CustomArgs[];