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