UNPKG

mailinator-client

Version:
5 lines (4 loc) 121 B
import { EmailLogEntity } from "./EmailLogEntity"; export declare class SmtpLogs { log: Array<EmailLogEntity>; }