mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact certMgr and httpsServerMgr into TS
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -78,4 +78,8 @@ declare interface AnyProxyReponseDetail {
|
||||
|
||||
declare interface OneLevelObjectType {
|
||||
[key: string]: string | boolean | number
|
||||
}
|
||||
|
||||
declare interface IExecScriptResult {
|
||||
status: number;
|
||||
}
|
||||
Reference in New Issue
Block a user