interface ConfidenceProgress {
    current: number;
    total: number;
    currentTitle?: string;
}

Properties

current: number
total: number
currentTitle?: string