Use gql for "about"

This commit is contained in:
schroda
2023-09-01 20:25:46 +02:00
parent 80cb06dfd5
commit 59468bc568
3 changed files with 9 additions and 14 deletions

View File

@@ -253,16 +253,6 @@ export interface IReaderProps {
prevChapter: () => void;
}
export interface IAbout {
name: string;
version: string;
revision: string;
buildType: 'Stable' | 'Preview';
buildTime: number;
github: string;
discord: string;
}
export interface IDownloadChapter {
chapterIndex: number;
mangaId: number;