mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-10 11:33:26 +08:00
Revise landing messaging and add news feed
This commit is contained in:
5
types/nodemailer.d.ts
vendored
Normal file
5
types/nodemailer.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module 'nodemailer' {
|
||||
const nodemailer: any
|
||||
export function createTransport(options: any): any
|
||||
export default nodemailer
|
||||
}
|
||||
Reference in New Issue
Block a user