added an update checker button for library (#172)
* added an update checker button for library * fixed import path * fixed progress props to not be inline * added error handling * fixed linting issue
This commit is contained in:
9
src/typings.d.ts
vendored
9
src/typings.d.ts
vendored
@@ -187,6 +187,15 @@ interface IQueue {
|
||||
queue: IDownloadChapter[]
|
||||
}
|
||||
|
||||
interface IUpdateStatus {
|
||||
running: boolean
|
||||
statusMap: {
|
||||
COMPLETE: number,
|
||||
RUNNING: number,
|
||||
PENDING: number
|
||||
}
|
||||
}
|
||||
|
||||
interface PreferenceProps {
|
||||
key: string
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user