/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ProductFlowItemDTO } from './ProductFlowItemDTO'; export type ProductDetailDTO = { description?: string; extId?: string; id?: number; name?: string; productFlowItems?: Array; }