/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { IdedModel } from './IdedModel'; import type { NamedModel } from './NamedModel'; export type Cart = { archivedTime?: string; autoId?: string; capacitiy?: number; cartInstances?: Array; cartProductStepAssignments?: Array; deletionTime?: string; description?: string; extId?: string; id?: number; image?: IdedModel; location?: string; medias?: Array; name?: string; owner?: string; prefix?: string; showable?: boolean; tagId?: string; universal?: boolean; }