Skip to content

Commit

Permalink
fix: add 'setTimeout' to the MailService TS definition (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Mar 30, 2020
1 parent 356e121 commit 208b23e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mail/src/mail.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ declare class MailService {
*/
setApiKey(apiKey: string): void;

/**
* Set the default request timeout (in milliseconds).
*/
setTimeout(timeout: number): void;

/**
* Set substitution wrappers
*/
Expand Down

0 comments on commit 208b23e

Please sign in to comment.