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.
1 parent 82c299a commit 4949044Copy full SHA for 4949044
src/gmail.d.ts
@@ -458,7 +458,7 @@ interface GmailDomEmail {
458
Optionally receives an array of these objects if multiple recipients
459
Returns an array of objects containing email & name of who is showing in the DOM as the email is to
460
*/
461
- to(to_array: GmailDomEmailEntry | GmailDomEmailEntry[]): GmailDomEmailEntry[];
+ to(to_array?: GmailDomEmailEntry | GmailDomEmailEntry[]): GmailDomEmailEntry[];
462
/**
463
Retries the DOM elements which represents the emails attachments
464
Returns undefined if UI-elements are not yet ready for parsing.
0 commit comments