mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Be more specific on the type of html (#43234)
This commit is contained in:
parent
1b0e038153
commit
f39f2c9319
2
types/mailparser/index.d.ts
vendored
2
types/mailparser/index.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user