export interface ImageItem { instanceId: string; imageName: string; size?: number; createTime?: string; updateTime?: string; uploadTime?: string; }