resend / resend-python

resend's python sdk
MIT License
58 stars 6 forks source link

feat: creating a type alias to union different types #92

Closed pedroimpulcetto closed 1 month ago

pedroimpulcetto commented 1 month ago

Type Alias

SendParams = Union[SendParamsFrom_, SendParamsSender]