feat: deal group and stuff
This commit is contained in:
@@ -8,6 +8,5 @@ export type DealProductSchema = {
|
||||
product: ProductSchema;
|
||||
services: Array<DealProductServiceSchema>;
|
||||
quantity: number;
|
||||
comment?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user