Time estimate for the matching process.
export interface TimeEstimate { startTime: number; averageTimePerManga: number; estimatedRemainingSeconds: number;} Copy
export interface TimeEstimate { startTime: number; averageTimePerManga: number; estimatedRemainingSeconds: number;}
Timestamp when the process started.
Average time per manga in seconds.
Estimated seconds remaining.
Time estimate for the matching process.
Source