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