Add print file analysis fields and fix bug with no inserts (#26)

This commit is contained in:
Niklas Fondberg
2021-09-07 10:20:34 +02:00
committed by GitHub
parent d5945da7ae
commit 4b49c6a93c
3 changed files with 26 additions and 4 deletions
+3
View File
@@ -13,6 +13,9 @@ export interface ProductInfoInput {
designerId: number;
browsable: boolean;
visible: boolean;
printFileWidth: number;
printFileHeight: number;
printFileDpi: number;
}
export interface ProductBlacklistMarketInput {