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