docker/ts/interfaces/service.ts
2019-08-16 12:48:40 +02:00

7 lines
144 B
TypeScript

import * as interfaces from './'
export interface IServiceCreationDescriptor {
Name: string;
Image: string;
Labels: interfaces.TLabels;
}