interface ProgressMetadata {
    currentFile: string;
    percent: number;
}

Properties

Properties

currentFile: string
percent: number