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…
Reference in New Issue
Block a user