Represents a 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;}
The timestamp when the process started.
The average time per manga in seconds.
The estimated seconds remaining.
Represents a time estimate for the matching process.
Source