🛫 unzip one file

This commit is contained in:
2021-04-18 18:25:00 -07:00
parent dc2153e19c
commit baf3d534e7
3 changed files with 29 additions and 9 deletions

View File

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