fix(core): update

This commit is contained in:
2019-01-10 00:24:35 +01:00
parent 7f38868510
commit 8430a4d6e0
10 changed files with 1032 additions and 268 deletions

6
ts/interfaces/port.ts Normal file
View File

@@ -0,0 +1,6 @@
export interface IPort {
PrivatePort: 80;
Type: 'tcp';
}
export type TPorts = IPort[];