mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-01 06:06:05 +08:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
declare module 'nodemailer' {
|
|
const nodemailer: any
|
|
export function createTransport(options: any): any
|
|
export default nodemailer
|
|
}
|