mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Be more specific on the type of html (#43234)
This commit is contained in:
Vendored
+1
-1
@@ -199,7 +199,7 @@ interface ParsedMail {
|
||||
* If the message included embedded images as cid: urls then these are all
|
||||
* replaced with base64 formatted data: URIs.
|
||||
*/
|
||||
html: string | boolean;
|
||||
html: string | false;
|
||||
/**
|
||||
* The plaintext body of the message.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user