feat: cards, attributes and modules
This commit is contained in:
@@ -8,6 +8,6 @@ export type BoxSchema = {
|
||||
quantity: number;
|
||||
product: (ProductSchema | null);
|
||||
palletId: (number | null);
|
||||
dealId: (number | null);
|
||||
cardId: (number | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user