UNPKG

nope-js-node

Version:

NoPE Runtime for Nodejs. For Browser-Support please use nope-browser

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; }