Skip to content

Commit

Permalink
Merge pull request #431 from cloudflare/bcoll/fix-email-message-type
Browse files Browse the repository at this point in the history
Remove unused `Body` type parameter from `EmailMessage`
  • Loading branch information
mrbbot authored Mar 8, 2023
2 parents cf0f06c + e3d3012 commit fd95e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/defines/email.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* A email message that is sent to a consumer Worker.
*/
interface EmailMessage<Body = unknown> {
interface EmailMessage {
/**
* Envelope From attribute of the email message.
*/
Expand Down

0 comments on commit fd95e27

Please # to comment.