mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-03-04 07:55:49 +01:00
Add IChapter
This commit is contained in:
parent
442b2ce0cc
commit
ca3aa2e8e8
10
Website/modules/interfaces/IChapter.tsx
Normal file
10
Website/modules/interfaces/IChapter.tsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import IManga from "./IManga";
|
||||||
|
|
||||||
|
export default interface IChapter{
|
||||||
|
parentManga: IManga;
|
||||||
|
name: string | undefined;
|
||||||
|
volumeNumber: string;
|
||||||
|
chapterNumber: string;
|
||||||
|
url: string;
|
||||||
|
fileName: string;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user