fix(core): update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export interface IImageCreationDescriptor {
|
||||
imageUrl: string;
|
||||
tag: string;
|
||||
}
|
||||
}
|
||||
|
@ -4,4 +4,3 @@ export * from './label';
|
||||
export * from './network';
|
||||
export * from './port';
|
||||
export * from './service';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import * as interfaces from './'
|
||||
import * as interfaces from './';
|
||||
|
||||
export interface IServiceCreationDescriptor {
|
||||
Name: string;
|
||||
Image: string;
|
||||
Labels: interfaces.TLabels;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user