feat: refact certMgr and httpsServerMgr into TS

This commit is contained in:
砚然
2018-08-28 15:47:04 +08:00
parent 201447a19a
commit 5bf6a55323
8 changed files with 123 additions and 72 deletions

4
typings/index.d.ts vendored
View File

@@ -78,4 +78,8 @@ declare interface AnyProxyReponseDetail {
declare interface OneLevelObjectType {
[key: string]: string | boolean | number
}
declare interface IExecScriptResult {
status: number;
}