mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-20 05:03:02 +02:00
Dependency Update
This commit is contained in:
parent
f391ace9b2
commit
c4cc21f866
@ -12,8 +12,6 @@ export default interface IJob{
|
|||||||
export enum JobType {
|
export enum JobType {
|
||||||
DownloadSingleChapterJob = "DownloadSingleChapterJob",
|
DownloadSingleChapterJob = "DownloadSingleChapterJob",
|
||||||
DownloadAvailableChaptersJob = "DownloadAvailableChaptersJob",
|
DownloadAvailableChaptersJob = "DownloadAvailableChaptersJob",
|
||||||
UpdateMetaDataJob = "UpdateMetaDataJob",
|
|
||||||
MoveFileOrFolderJob = "MoveFileOrFolderJob",
|
|
||||||
DownloadMangaCoverJob = "DownloadMangaCoverJob",
|
DownloadMangaCoverJob = "DownloadMangaCoverJob",
|
||||||
RetrieveChaptersJob = "RetrieveChaptersJob",
|
RetrieveChaptersJob = "RetrieveChaptersJob",
|
||||||
UpdateChaptersDownloadedJob = "UpdateChaptersDownloadedJob",
|
UpdateChaptersDownloadedJob = "UpdateChaptersDownloadedJob",
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
import IJobWithChapterId from "./IJobWithChapterId.tsx";
|
|
||||||
|
|
||||||
export default interface IUpdateChaptersDownloadedJob extends IJobWithChapterId {
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user