diff --git a/src/client/models/DealProductServiceSchema.ts b/src/client/models/DealProductServiceSchema.ts new file mode 100644 index 0000000..4b0e4eb --- /dev/null +++ b/src/client/models/DealProductServiceSchema.ts @@ -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; +}; +