UNPKG

ajsfw

Version:
7 lines (6 loc) 183 B
import { Ctor } from "ajsfw/types"; import { IBootConfig } from "ajsfw/boot"; export interface IAjsBootConfig { bootConfig: IBootConfig; applicationConstructor: Ctor; }