feat: empty boxes, ids for shipping pdfs
This commit is contained in:
@@ -6,7 +6,7 @@ import type { ProductSchema } from './ProductSchema';
|
||||
export type BoxSchema = {
|
||||
id: number;
|
||||
quantity: number;
|
||||
product: ProductSchema;
|
||||
product: (ProductSchema | null);
|
||||
palletId: (number | null);
|
||||
dealId: (number | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user