-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Queues message contentType to types #879
Add Queues message contentType to types #879
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Ah good idea - the relevant bit is this:
|
Thanks for the reviews! Could someone merge and run the |
|
Following on from #690, this PR changes the type definitions for the Queues message
.send()
and.sendBatch()
functions to reflect the newcontentType
option. This was originally left out of the generated types so it could be tested before it was documented (see here)(cc @jbwcloudflare)