About Screen

This commit is contained in:
Aria Moradi
2021-05-25 21:06:27 +04:30
parent 4ef32d8037
commit 37bff6c76c
6 changed files with 115 additions and 6 deletions

View File

@@ -119,3 +119,13 @@ interface IReaderProps {
nextChapter: () => void
prevChapter: () => void
}
interface IAbout {
name: string
version: string
revision: string
buildType: 'Stable' | 'Preview'
buildTime: number
github: string
discord: string
}