/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * individual image layer information in response to ImageHistory operation */ export type ImageHistoryResponseItem = { Id: string; Created: number; CreatedBy: string; Tags: Array; Size: number; Comment: string; };