This commit is contained in:
Aria Moradi
2021-03-14 23:57:33 +03:30
parent 53ef836326
commit 1128f40bac
14 changed files with 66 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ interface ISource {
interface IManga {
id: number
sourceId?: string
title: string
thumbnailUrl: string
inLibrary?: boolean