🗜 Fixing the unzip method

This commit is contained in:
2021-04-17 16:02:12 -07:00
parent 424c5aded7
commit dc2153e19c
3 changed files with 33 additions and 15 deletions

View File

@@ -30,4 +30,5 @@ export interface IComicBookCoverMetadata {
export interface IExtractedComicBookCoverFile {
name: string;
path: string;
fileSize: string;
}