New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / typings.d.ts
diff --git a/webapp/src/typings.d.ts b/webapp/src/typings.d.ts
new file mode 100644 (file)
index 0000000..03eef4f
--- /dev/null
@@ -0,0 +1,15 @@
+/**
+ * @license
+ * Copyright Akveo. All Rights Reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ */
+
+/* SystemJS module definition */
+declare var module: NodeModule;
+interface NodeModule {
+  id: string;
+}
+
+declare var tinymce: any;
+
+declare var echarts: any;