server-status-check
Version:
query the server periodically to check whether it is up
10 lines • 331 B
TypeScript
import { LoadDictElement } from 'di-why/build/src/DiContainer';
export declare type TransporterConfig = {
host: string;
port: number;
user: string;
pass: string;
};
declare const loadDictElement: LoadDictElement<TransporterConfig>;
export default loadDictElement;
//# sourceMappingURL=mailTransporterConfig.d.ts.map