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

26 lines
636 B
TypeScript

/* 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<Media>;
name?: string;
prefix?: string;
productStep?: NamedModel;
showable?: boolean;
stepInstructionDetailSteps?: Array<NamedModel>;
tagId?: string;
textLayers?: Array<TextLayer>;
title?: string;
}