🚥 Added comic book cover interface

This commit is contained in:
2021-04-16 11:39:08 -07:00
parent c5cadd4d9f
commit 9d5729286f
2 changed files with 8 additions and 0 deletions

View File

@@ -14,3 +14,9 @@ export interface IFolderData {
isFile: boolean;
isLink: boolean;
}
export interface IComicBookCover {
path: string;
containedIn: string;
fileSize:string;
}