sendgrid / sendgrid-nodejs

The Official Twilio SendGrid Led, Community Driven Node.js API Library
https://sendgrid.com
MIT License
2.98k stars 781 forks source link

fix: properly require 1 element in `MailDataRequired` type #1377

Open shammahatdivvy opened 1 year ago

shammahatdivvy commented 1 year ago

Current type does not work with the latest versions of typescript. This updates the type so it remains an array, and not the intersection of an object and an array.

Fixes

A short description of what this PR does.

Checklist

If you have questions, please file a support ticket.

htwnavarro commented 1 year ago

Would appreciate seeing this released 🙂

Thanks!