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

8 lines
146 B
TypeScript

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