feat: deal group and stuff

This commit is contained in:
2024-11-09 08:50:13 +03:00
parent 1ee8135508
commit 33dd65c497
2 changed files with 29 additions and 10 deletions

View File

@@ -8,5 +8,6 @@ export type DealProductSchema = {
product: ProductSchema;
services: Array<DealProductServiceSchema>;
quantity: number;
comment?: string;
};