/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { StepInstruction } from './StepInstruction'; export type WorkingInstructionListDTO = { productStepId?: number; stepInstructions?: Array; }