Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
portal
/
a36db1a18f3d5117517313ba035e2384e00cc0a7
/
.
/
portal-FE-os
/
src
/
typings.d.ts
blob: 940827f50a72adcdb601b2541f456f991158e120 [
file
] [
log
] [
blame
]
interface
Window
{
define
:
(
name
:
string
,
deps
:
string
[],
definitionFn
:
()
=>
any
)
=>
void
;
System
:
{
import
:
(
path
)
=>
Promise
<any>
;
};
}