docker/ts/interfaces/service.ts

7 lines
144 B
TypeScript
Raw Normal View History

2019-08-16 10:48:40 +00:00
import * as interfaces from './'
export interface IServiceCreationDescriptor {
Name: string;
Image: string;
Labels: interfaces.TLabels;
}