chore: adjust nodemailer type export

This commit is contained in:
Elliot DeNolf
2024-04-23 08:39:32 -04:00
parent 471e1388ae
commit 7e0a2a879c
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export type NodemailerAdapterArgs = {
transportOptions?: SMTPConnection.Options
}
export type NodemailerAdapter = EmailAdapter<unknown>
type NodemailerAdapter = EmailAdapter<unknown>
/**
* Creates an email adapter using nodemailer