/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ProgressDetail } from './ProgressDetail'; export type PushImageInfo = { error?: string; status?: string; progress?: string; progressDetail?: ProgressDetail; };