migrate genre type
This commit is contained in:
22
src/typings.d.ts
vendored
22
src/typings.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user