mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-06-07 18:18:22 +00:00
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
|
export interface AnyProxyConfig {
|
||
|
port: number
|
||
|
}
|