feat: deal product services

This commit is contained in:
2024-05-18 07:01:08 +03:00
parent 2f589edacc
commit b0cfaf3a8b
13 changed files with 334 additions and 96 deletions

View File

@@ -5,7 +5,6 @@
import type { ServiceSchema } from './ServiceSchema';
export type DealProductServiceSchema = {
service: ServiceSchema;
quantity: number;
price: number;
};