Import some changes

This commit is contained in:
rubikscraft
2022-12-26 16:47:02 +01:00
parent 05fabea82b
commit 9bf2dfd6fc
5 changed files with 61 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
export enum ImageEntryVariant {
ORIGINAL = 'original',
MASTER = 'master',
INGEST = 'ingest',
}