docker/ts/interfaces/image.ts

5 lines
81 B
TypeScript
Raw Normal View History

2019-08-15 16:50:13 +00:00
export interface IImageCreationDescriptor {
imageUrl: string;
tag: string;
2019-08-16 10:48:56 +00:00
}