🔫 Refactoring extractArchive to use Promise.all
This commit is contained in:
@@ -3,7 +3,6 @@ export interface IFolderResponse {
|
||||
}
|
||||
|
||||
export interface IExtractionOptions {
|
||||
folderDetails: IFolderData;
|
||||
extractTarget: string;
|
||||
sourceFolder: string;
|
||||
targetExtractionFolder: string;
|
||||
|
||||
Reference in New Issue
Block a user