🧠 Fixing bulk unrar

This commit is contained in:
2021-04-20 01:06:51 -07:00
parent 112e28360d
commit 035a7f0799
5 changed files with 98 additions and 31 deletions

View File

@@ -22,6 +22,11 @@ export interface IFolderData {
isLink: boolean;
}
export interface IExplodedPathResponse {
exploded: Array<string>;
fileName: string | Array<string>;
}
export interface IComicBookCoverMetadata {
name: string;
path: string;