Files
OpenSquawk/types/nodemailer.d.ts
2025-09-17 15:44:41 +02:00

6 lines
137 B
TypeScript

declare module 'nodemailer' {
const nodemailer: any
export function createTransport(options: any): any
export default nodemailer
}