Added portal-FE-os components
[portal.git] / portal-FE-os / src / typings.d.ts
1 interface Window {
2   define: (name: string, deps: string[], definitionFn: () => any) => void;
3
4   System: {
5     import: (path) => Promise<any>;
6   };
7 }