docker/ts/interfaces/image.ts
2019-08-15 18:50:13 +02:00

4 lines
80 B
TypeScript

export interface IImageCreationDescriptor {
imageUrl: string;
tag: string;
}