| 416 | declare type GmailDomThreadLookup = "opened_email" | "subject" | "labels"; |
| 417 | |
| 418 | interface GmailDomThread { |
| 419 | $el: JQuery, |
| 420 | /** |
| 421 | Retrieve preconfigured dom elements for this email |
| 422 | */ |
| 423 | dom(lookup?: GmailDomThreadLookup): JQuery, |
| 424 | } |
| 425 | |
| 426 | interface GmailDomAttachment { |
| 427 | $el: JQuery, |
nothing calls this directly
no outgoing calls
no test coverage detected