fix(core): update

This commit is contained in:
2019-08-20 19:02:13 +02:00
parent ba55019846
commit 1264542410
4 changed files with 33 additions and 3 deletions

View File

@ -1,6 +1,6 @@
export interface IHostConfig {
hostName: string;
destination: string;
destinationIp: string;
destinationPort: number;
privateKey: string;
publicKey: string;