File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
internal-packages/emails/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import type { DeliverEmail , SendPlainTextOptions } from "emails" ;
2
- import { EmailClient } from "emails" ;
3
- import { MailTransportOptions } from "emails/transports" ;
2
+ import { EmailClient , MailTransportOptions } from "emails" ;
4
3
import type { SendEmailOptions } from "remix-auth-email-link" ;
5
4
import { redirect } from "remix-typedjson" ;
6
5
import { env } from "~/env.server" ;
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import MagicLinkEmail from "../emails/magic-link";
15
15
import WelcomeEmail from "../emails/welcome" ;
16
16
import { constructMailTransport , MailTransport , MailTransportOptions } from "./transports" ;
17
17
18
+ export { type MailTransportOptions }
19
+
18
20
export const DeliverEmailSchema = z
19
21
. discriminatedUnion ( "email" , [
20
22
z . object ( {
You can’t perform that action at this time.
0 commit comments