chore: proper SendMailOptions export
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -5,7 +5,7 @@ export type * from '../uploads/types.js'
|
||||
export type { DocumentPermissions, FieldPermissions } from '../auth/index.js'
|
||||
|
||||
export type { MeOperationResult } from '../auth/operations/me.js'
|
||||
export type { EmailAdapter } from '../email/types.js'
|
||||
export type { EmailAdapter, SendMailOptions } from '../email/types.js'
|
||||
|
||||
export type {
|
||||
CollapsedPreferences,
|
||||
|
||||
Reference in New Issue
Block a user