nope/modules/xetics-lean-connector/generated/models/Cart.ts

27 lines
647 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* 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<NamedModel>;
cartProductStepAssignments?: Array<NamedModel>;
deletionTime?: string;
description?: string;
extId?: string;
id?: number;
image?: IdedModel;
location?: string;
medias?: Array<NamedModel>;
name?: string;
owner?: string;
prefix?: string;
showable?: boolean;
tagId?: string;
universal?: boolean;
}