Translated using Weblate (Swedish)
[oweals/peertube.git] / client / src / typings.d.ts
index 9615434ac686445331e67f8942a880f4a5dbfb2e..ef6c9f2f5d2983b70893a5f157b140899e8426f7 100644 (file)
@@ -1,6 +1,6 @@
 /* SystemJS module definition */
-declare var module: NodeModule;
+declare var module: NodeModule
+
 interface NodeModule {
-  id: string;
-  [key: string]: any
+  id: string
 }