Handle database
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
export type Volume = {
|
||||
title: string;
|
||||
cover: string;
|
||||
currentPage: number;
|
||||
totalPages: number;
|
||||
}
|
||||
|
||||
export type Manga = {
|
||||
title: string;
|
||||
cover: string;
|
||||
volumes: Volume[];
|
||||
};
|
||||
Reference in New Issue
Block a user