export interface ImageInfo { instanceId: string; size?: number; uploadTime?: string; contentType?: string; imageName?: string; }