export interface MigrationImage { imageId?: string; imageTag?: string; progress?: number; status?: string; }