Apply Api changes for unread badges (#52)
This commit is contained in:
4
src/typings.d.ts
vendored
4
src/typings.d.ts
vendored
@@ -34,7 +34,7 @@ interface IMangaCard {
|
||||
id: number
|
||||
title: string
|
||||
thumbnailUrl: string
|
||||
unread_count?: number
|
||||
unreadCount?: number
|
||||
}
|
||||
|
||||
interface IManga {
|
||||
@@ -57,7 +57,7 @@ interface IManga {
|
||||
realUrl: string
|
||||
|
||||
freshData: boolean
|
||||
unread_count?: number
|
||||
unreadCount?: number
|
||||
}
|
||||
|
||||
interface IChapter {
|
||||
|
||||
Reference in New Issue
Block a user