UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

8 lines (7 loc) 286 B
import { IJsonSchema } from "./IJSONSchema"; import { IServiceOptions, IParsableDescription } from "./nope/nopeModule.interface"; export interface ISystemElements { modules: IParsableDescription[]; services: IServiceOptions[]; generalInformationModel: IJsonSchema; }