UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
ajs-config
/
lib
/
IAjsBootConfig.d.ts
7 lines
(6 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Ctor
}
from
"ajsfw/types"
;
import
{
IBootConfig
}
from
"ajsfw/boot"
;
export
interface
IAjsBootConfig
{
bootConfig
:
IBootConfig
;
applicationConstructor
:
Ctor
; }