From f39f2c93196b3cc60d76678ba03e18fee159e7a9 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Mon, 30 Mar 2020 21:18:26 -0400 Subject: [PATCH] Be more specific on the type of html (#43234) --- types/mailparser/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mailparser/index.d.ts b/types/mailparser/index.d.ts index 9a7a496cff..72702eb25b 100644 --- a/types/mailparser/index.d.ts +++ b/types/mailparser/index.d.ts @@ -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. */