feat: scrolling manhwa
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { Page } from "../../services/parsers/rulib/rulib.chapter.dto";
|
||||
|
||||
interface CachedPage extends Page {
|
||||
export interface CachedPage extends Page {
|
||||
imageData?: Uint8Array;
|
||||
imageUrl: string;
|
||||
|
||||
isManhwa: boolean;
|
||||
}
|
||||
|
||||
export interface CachedPages {
|
||||
|
||||
Reference in New Issue
Block a user