]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/typings.d.ts
Translated using Weblate (Esperanto)
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
index 9615434ac686445331e67f8942a880f4a5dbfb2e..24473aedea331c43dc5a7f5af7bd63ac8c2b81b0 100644 (file)
@@ -1,6 +1,8 @@
 /* SystemJS module definition */
-declare var module: NodeModule;
+declare var module: NodeModule
+
 interface NodeModule {
-  id: string;
-  [key: string]: any
+  id: string
 }
+
+declare module 'markdown-it-emoji/light'