fix(core): update

This commit is contained in:
2019-08-16 14:46:48 +02:00
parent c496405818
commit 927e2e0acc
4 changed files with 51 additions and 12 deletions

View File

@ -1,4 +1,4 @@
export interface IImageCreationDescriptor {
imageUrl: string;
tag: string;
imageTag?: string;
}