Testing page generation
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
export type Manga = {
|
||||
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