UNPKG

server-status-check

Version:

query the server periodically to check whether it is up

9 lines 344 B
import { LoadDictElement } from 'di-why/build/src/DiContainer'; export declare type MailConfig = { defaultFromName: string; commaSeparatedAdminAddresses: string; commaSeparatedToAddresses: string; }; declare const loadDictElement: LoadDictElement<MailConfig>; export default loadDictElement; //# sourceMappingURL=mailConfig.d.ts.map