smartproxy/ts/interfaces/index.ts

7 lines
145 B
TypeScript
Raw Normal View History

2019-08-20 16:42:52 +00:00
export interface IHostConfig {
hostName: string;
destination: string;
destinationPort: number;
privateKey: string;
publicKey: string;
}