Added portal-FE-os components
[portal.git] / portal-FE-os / src / typings.d.ts
diff --git a/portal-FE-os/src/typings.d.ts b/portal-FE-os/src/typings.d.ts
new file mode 100644 (file)
index 0000000..940827f
--- /dev/null
@@ -0,0 +1,7 @@
+interface Window {
+  define: (name: string, deps: string[], definitionFn: () => any) => void;
+
+  System: {
+    import: (path) => Promise<any>;
+  };
+}