nope/modules/xetics-lean-connector/generated/models/ProductDetailDTO.ts
2021-08-26 20:47:05 +02:00

13 lines
301 B
TypeScript

/* 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<ProductFlowItemDTO>;
}