UNPKG

antfarm

Version:

File automation framework for ants.

10 lines (9 loc) 158 B
export interface EmailCredentials { host: string; port: number; secure: boolean; auth: { user: string; pass: string; }; }