feat: total services amount and recalculating

This commit is contained in:
2024-10-22 19:31:51 +03:00
parent aa6f0364b5
commit bb34f12274
10 changed files with 153 additions and 43 deletions

View File

@@ -8,5 +8,6 @@ export type DealProductServiceSchema = {
service: ServiceSchema;
price: number;
employees: Array<UserSchema>;
isFixedPrice: boolean;
};