Skip to content

Commit 0e4732c

Browse files
committed
Update TypeScript definitions for DOM-methods.
1 parent 52f8ac7 commit 0e4732c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmail.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ interface GmailDomEmail {
434434

435435
declare type GmailDomComposeLookup =
436436
'to' | 'cc' | 'bcc' | 'id' | 'draft' | 'subject' | 'subjectbox'
437-
| 'all_subjects' | 'body' | 'reply' | 'forward' | 'from';
437+
| 'all_subjects' | 'body' | 'reply' | 'forward' | 'from' | 'send_button';
438438

439439
declare type GmailDomCompose = {
440440
$el: JQuery,

0 commit comments

Comments
 (0)