feat: deal group and stuff

This commit is contained in:
2024-11-09 02:29:15 +03:00
parent a151e39c5e
commit 1fa0f63c82
2 changed files with 1 additions and 2 deletions

View File

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