Be more specific on the type of html (#43234)

This commit is contained in:
Leandro Facchinetti 2020-03-30 21:18:26 -04:00 committed by GitHub
parent 1b0e038153
commit f39f2c9319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/