Add print file analysis fields and fix bug with no inserts (#26)
This commit is contained in:
@@ -13,6 +13,9 @@ export interface ProductInfoInput {
|
||||
designerId: number;
|
||||
browsable: boolean;
|
||||
visible: boolean;
|
||||
printFileWidth: number;
|
||||
printFileHeight: number;
|
||||
printFileDpi: number;
|
||||
}
|
||||
|
||||
export interface ProductBlacklistMarketInput {
|
||||
|
||||
Reference in New Issue
Block a user