mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
修正this指向错误的bug
This commit is contained in:
11
typings/index.d.ts
vendored
Normal file
11
typings/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare interface AnyProxyConfig {
|
||||
port: number
|
||||
}
|
||||
declare interface AnyProxyRule {
|
||||
summary?: string,
|
||||
beforeSendRequest?: Function,
|
||||
beforeSendResponse?: Function,
|
||||
beforeDealHttpsRequest?: Function,
|
||||
onError?: Function,
|
||||
onConnectError?: Function
|
||||
}
|
||||
Reference in New Issue
Block a user