Port to typescript

This commit is contained in:
she11sh0cked
2020-12-24 16:53:59 +01:00
parent 59c69a4f7f
commit efbb2a8524
16 changed files with 762 additions and 739 deletions
+6
View File
@@ -0,0 +1,6 @@
interface IExtension {
name: string
lang: string
versionName: string
iconUrl: string
}