fix(core): update

This commit is contained in:
2019-08-16 12:48:56 +02:00
parent fe3560caac
commit 020737e21b
9 changed files with 22 additions and 19 deletions

View File

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