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