mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 00:48:52 +02:00
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
declare module "nodemailer-sendgrid-transport" {
|
|
function sgTransport(options: { auth: { api_key: string } }): SMTPTransport;
|
|
export default sgTransport;
|
|
}
|