import type { CallbackId } from './CallbackId'; export type GetSystemSmtpParams = { callback: CallbackId | null; };