UNPKG

nope-js-node

Version:

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

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