feat: deal product comments

This commit is contained in:
2024-11-07 21:39:02 +04:00
parent a4f4d467e9
commit 7f769f84fb
2 changed files with 28 additions and 12 deletions

View File

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