feat: implement DELETE API endpoint for cache invalidation in HomeService and update ClientHomePage to utilize it
This commit is contained in:
10
src/types/home.ts
Normal file
10
src/types/home.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { KomgaBook, KomgaSeries } from "./komga";
|
||||
|
||||
export interface HomeData {
|
||||
ongoing: KomgaSeries[];
|
||||
ongoingBooks: KomgaBook[];
|
||||
recentlyRead: KomgaBook[];
|
||||
onDeck: KomgaBook[];
|
||||
latestSeries: KomgaSeries[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user