We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tags
1 parent 7b5905b commit e7f1b75Copy full SHA for e7f1b75
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "resend",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"description": "Node.js library for the Resend API",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
src/emails/interfaces/get-email-options.interface.ts
@@ -22,6 +22,7 @@ export interface GetEmailResponseSuccess {
22
reply_to: string[] | null;
23
subject: string;
24
text: string | null;
25
+ tags?: { name: string; value: string }[];
26
to: string[];
27
scheduled_at: string | null;
28
object: 'email';
0 commit comments