feat: a few shipping products in box
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ProductSchema } from './ProductSchema';
|
||||
import type { ShippingProductSchema } from './ShippingProductSchema';
|
||||
export type BoxSchema = {
|
||||
id: number;
|
||||
quantity: number;
|
||||
product: (ProductSchema | null);
|
||||
palletId: (number | null);
|
||||
cardId: (number | null);
|
||||
shippingProducts: Array<ShippingProductSchema>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user