| 2 | import type { EmailMessage, EmailServiceResponse, EmailConfig, EmailTemplate } from '../types/index'; |
| 3 | |
| 4 | export class EmailService { |
| 5 | private config: EmailConfig; |
| 6 | private resend?: Resend; |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected