feat: deal product services
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { DealProductServiceSchema } from './DealProductServiceSchema';
|
||||
import type { ProductSchema } from './ProductSchema';
|
||||
export type DealProductSchema = {
|
||||
product: ProductSchema;
|
||||
services: Array<DealProductServiceSchema>;
|
||||
quantity: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user