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

24 lines
595 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* 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;
}