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

5 lines
81 B
TypeScript

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