Interface: EmailAttachment
Defined in: src/server/services/email.ts:27
A file attached to an outgoing email (e.g. the invoice PDF). content is base64-encoded.
Properties
content
content:
string
Defined in: src/server/services/email.ts:29
filename
filename:
string
Defined in: src/server/services/email.ts:28