docker/ts/interfaces/image.ts

5 lines
87 B
TypeScript
Raw Normal View History

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