interface Progress {
    done: number;
    percent: number;
    total: number;
}

Properties

Properties

done: number
percent: number
total: number