source list UI done

This commit is contained in:
Aria Moradi
2020-12-25 06:36:34 +03:30
parent 7baca45d52
commit a01ef75822
4 changed files with 111 additions and 6 deletions

View File

@@ -6,3 +6,11 @@ interface IExtension {
installed: boolean
apkName: string
}
interface ISource {
id: number
name: string
lang: string
iconUrl: string
supportsLatest: boolean
}