docker/ts/interfaces/image.ts

5 lines
87 B
TypeScript
Raw Normal View History

2019-08-15 18:50:13 +02:00
export interface IImageCreationDescriptor {
imageUrl: string;
2019-08-16 14:46:48 +02:00
imageTag?: string;
2019-08-16 12:48:56 +02:00
}