Skip to content

Commit

Permalink
Merge pull request #1506 from niquenen/improve-email-message-type
Browse files Browse the repository at this point in the history
Improve `ReadableStream` type for email message
  • Loading branch information
mrbbot authored Jan 20, 2024
2 parents f9e50d8 + 4cce2b9 commit 84417dd
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
Expand Up @@ -19,7 +19,7 @@ interface ForwardableEmailMessage extends EmailMessage {
/**
* Stream of the email message content.
*/
readonly raw: ReadableStream;
readonly raw: ReadableStream<Uint8Array>;
/**
* An [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers).
*/
Expand Down

0 comments on commit 84417dd

Please sign in to comment.