fix(core): update

This commit is contained in:
2019-01-19 15:41:51 +01:00
parent 221f1f6237
commit 3ee2988964
5 changed files with 14 additions and 6 deletions

View File

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