fix(core): update
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
// tslint:disable-next-line: interface-over-type-literal
|
||||
export type TLabels = {[key: string]: string };
|
||||
export type TLabels = { [key: string]: string };
|
||||
|
@ -3,4 +3,4 @@ export interface IPort {
|
||||
Type: 'tcp';
|
||||
}
|
||||
|
||||
export type TPorts = IPort[];
|
||||
export type TPorts = IPort[];
|
||||
|
Reference in New Issue
Block a user