File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,22 @@ interface EmailRenderOptions {
9
9
*
10
10
* @link https://resend.com/docs/api-reference/emails/send-email#body-parameters
11
11
*/
12
- react ? : React . ReactElement | React . ReactNode | null ;
12
+ react : React . ReactNode ;
13
13
/**
14
14
* The HTML version of the message.
15
15
*
16
16
* @link https://resend.com/docs/api-reference/emails/send-email#body-parameters
17
17
*/
18
- html ? : string ;
18
+ html : string ;
19
19
/**
20
20
* The plain text version of the message.
21
21
*
22
22
* @link https://resend.com/docs/api-reference/emails/send-email#body-parameters
23
23
*/
24
- text ? : string ;
24
+ text : string ;
25
25
}
26
26
27
- interface CreateEmailBaseOptions extends EmailRenderOptions {
27
+ interface CreateEmailBaseOptions {
28
28
/**
29
29
* Filename and content of attachments (max 40mb per email)
30
30
*
You can’t perform that action at this time.
0 commit comments