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