/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Media } from './Media'; import type { NamedModel } from './NamedModel'; import type { TextLayer } from './TextLayer'; export type StepInstruction = { archivedTime?: string; autoId?: string; deletionTime?: string; extId?: string; id?: number; index?: number; last?: boolean; medias?: Array; name?: string; prefix?: string; productStep?: NamedModel; showable?: boolean; stepInstructionDetailSteps?: Array; tagId?: string; textLayers?: Array; title?: string; }