import { IJsonSchema } from "./IJSONSchema"; import { IFunctionOptions, IParsableDescription } from "./nope/nopeModule.interface"; export interface ISystemElements { modules: IParsableDescription[], services: IFunctionOptions[], generalInformationModel: IJsonSchema }