UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

8 lines (7 loc) 128 B
/** * Optional TLS configuration */ export declare class TLS { 'rejectUnauthorized': boolean; 'midVersion': string; }