This commit is contained in:
2025-05-22 23:09:41 +00:00
parent 6fcc3feb73
commit f058b2d1e7
3 changed files with 50 additions and 2 deletions

View File

@ -6,7 +6,10 @@
import * as plugins from '../../../plugins.js';
import type { Email } from '../../core/classes.email.js';
import type { UnifiedEmailServer } from '../../routing/classes.unified.email.server.js';
import type { SmtpState, SmtpCommand } from './constants.js';
// Re-export types from other modules
export { SmtpState } from '../interfaces.js';
export type { SmtpCommand } from './constants.js';
/**
* Interface for components that need cleanup