rallly/packages/emails/src/index.ts
2023-11-06 09:15:49 +00:00

2 lines
105 B
TypeScript

export type { SupportedEmailProviders } from "./send-email";
export { EmailClient } from "./send-email";