/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { DealProductServiceSchema } from './DealProductServiceSchema'; import type { ProductSchema } from './ProductSchema'; export type DealProductSchema = { product: ProductSchema; services: Array; quantity: number; comment?: string; };