Skip to content

Commit

Permalink
fix: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Aug 15, 2023
1 parent 5de38f1 commit 24f10f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/emails/interfaces/create-email-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ interface CreateEmailBaseOptions {
react?: React.ReactElement | React.ReactNode | null;
/**
* The HTML version of the message.
*
*
* @link https://resend.com/api-reference/emails/send-email#body-parameters
*/
html?: string;
/**
* The plain text version of the message.
*
*
* @link https://resend.com/api-reference/emails/send-email#body-parameters
*/
text?: string;
Expand All @@ -71,7 +71,7 @@ interface CreateEmailBaseOptions {
tags?: Tag[];
/**
* Recipient email address. For multiple addresses, send as an array of strings. Max 50.
*
*
* @link https://resend.com/api-reference/emails/send-email#body-parameters
*/
to: string | string[];
Expand Down

0 comments on commit 24f10f7

Please sign in to comment.