/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Status } from './Status'; export type WorkflowVersionStatus = { /** * Status of the workflow version */ status: Status; };