fix(core): update

This commit is contained in:
2019-01-10 00:28:12 +01:00
parent 57594728df
commit ea117bc391
8 changed files with 125 additions and 57 deletions

View File

@ -1,2 +1,2 @@
// tslint:disable-next-line: interface-over-type-literal
export type TLabels = {[key: string]: string };
export type TLabels = { [key: string]: string };

View File

@ -3,4 +3,4 @@ export interface IPort {
Type: 'tcp';
}
export type TPorts = IPort[];
export type TPorts = IPort[];