feat: deal product services
This commit is contained in:
11
src/client/models/DealProductServiceSchema.ts
Normal file
11
src/client/models/DealProductServiceSchema.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ServiceSchema } from './ServiceSchema';
|
||||
export type DealProductServiceSchema = {
|
||||
service: ServiceSchema;
|
||||
quantity: number;
|
||||
price: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user