fix(core): update

This commit is contained in:
2019-08-16 12:48:56 +02:00
parent fe3560caac
commit 020737e21b
9 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,4 @@
export interface IImageCreationDescriptor {
imageUrl: string;
tag: string;
}
}

View File

@ -4,4 +4,3 @@ export * from './label';
export * from './network';
export * from './port';
export * from './service';

View File

@ -1,7 +1,7 @@
import * as interfaces from './'
import * as interfaces from './';
export interface IServiceCreationDescriptor {
Name: string;
Image: string;
Labels: interfaces.TLabels;
}
}