feat: total services amount and recalculating
This commit is contained in:
@@ -8,5 +8,6 @@ export type DealProductServiceSchema = {
|
||||
service: ServiceSchema;
|
||||
price: number;
|
||||
employees: Array<UserSchema>;
|
||||
isFixedPrice: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user