UNPKG

antfarm

Version:

File automation framework for ants.

9 lines 157 B
export interface EmailCredentials { host: string; port: number; secure: boolean; auth: { user: string; pass: string; }; }