migrate genre type

This commit is contained in:
Aria Moradi
2021-09-05 01:11:25 +04:30
parent ba26d852dc
commit e4853864ec
7 changed files with 29 additions and 7 deletions

22
src/typings.d.ts vendored
View File

@@ -44,6 +44,28 @@ interface IManga {
title: string
thumbnailUrl: string
artist: string
author: string
description: string
genre: string[]
status: string
inLibrary: boolean
source: ISource
realUrl: string
freshData: boolean
}
interface IAnime {
id: number
sourceId: string
url: string
title: string
thumbnailUrl: string
artist: string
author: string
description: string