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

24 lines
595 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AbstractProcessParameter } from './AbstractProcessParameter';
import type { NamedModel } from './NamedModel';
export type AbstractProcessValue = {
'@class': string;
archivedTime?: string;
autoId?: string;
comments?: string;
deletionTime?: string;
extId?: string;
hidden?: boolean;
id?: number;
index?: number;
name?: string;
prefix?: string;
processParameter?: AbstractProcessParameter;
productStep?: NamedModel;
showable?: boolean;
tagId?: string;
}