feat: deal product services
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
import type { ServiceSchema } from './ServiceSchema';
|
||||
export type DealProductServiceSchema = {
|
||||
service: ServiceSchema;
|
||||
quantity: number;
|
||||
price: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user