Skip to content

Commit

Permalink
fix: EmailMessage.messageAttachment to use MediaObject to support…
Browse files Browse the repository at this point in the history
… a wider range of content types
  • Loading branch information
McManning committed Apr 26, 2023
1 parent 583ac4a commit 8678809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ export type EmailMessage = Atom & {
*/
bccRecipient?: Recipient[]

/** List of documents attached to this message */
messageAttachment?: DigitalDocument[]
/** List of media attached to this message */
messageAttachment?: MediaObject[]

/**
* Title of the email
Expand Down

0 comments on commit 8678809

Please sign in to comment.