🔧 Refactoring still.

This commit is contained in:
2021-04-20 18:11:29 -07:00
parent 69ca5fdea0
commit 21c53fccb7
3 changed files with 68 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ export interface IFolderData {
export interface IExplodedPathResponse {
exploded: Array<string>;
fileName: string | Array<string>;
fileName: string;
}
export interface IComicBookCoverMetadata {