fix another ts build error

This commit is contained in:
Thomas Ruoff
2020-11-10 00:30:40 +01:00
parent 11e5f02aae
commit 1b165ee0cf

View File

@@ -169,7 +169,7 @@ async function sendMail({
from: { email: string; name?: string } from: { email: string; name?: string }
subject: string subject: string
textPlainContent: string textPlainContent: string
attachments: { attachments?: {
content: string content: string
type?: string type?: string
filename: string filename: string