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 11import type { DeliverEmail , SendPlainTextOptions } from "emails" ;
2- import { EmailClient } from "emails" ;
3- import { MailTransportOptions } from "emails/transports" ;
2+ import { EmailClient , MailTransportOptions } from "emails" ;
43import type { SendEmailOptions } from "remix-auth-email-link" ;
54import { redirect } from "remix-typedjson" ;
65import { env } from "~/env.server" ;
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import MagicLinkEmail from "../emails/magic-link";
1515import WelcomeEmail from "../emails/welcome" ;
1616import { constructMailTransport , MailTransport , MailTransportOptions } from "./transports" ;
1717
18+ export { type MailTransportOptions }
19+
1820export const DeliverEmailSchema = z
1921 . discriminatedUnion ( "email" , [
2022 z . object ( {
You can’t perform that action at this time.
0 commit comments