chore: proper SendMailOptions export

This commit is contained in:
Elliot DeNolf
2024-04-18 15:43:10 -04:00
parent 83c617b452
commit 10819b8693
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable no-console */
import type { SendMailOptions, Transporter } from 'nodemailer'
import type { Transporter } from 'nodemailer'
import type SMTPConnection from 'nodemailer/lib/smtp-connection'
import type { EmailAdapter } from 'payload/types'
import type { EmailAdapter, SendMailOptions } from 'payload/types'
import nodemailer from 'nodemailer'
import { InvalidConfiguration } from 'payload/errors'