import { ISystem } from './isystem.interface'; export interface IModularContent { system: ISystem; elements: any; }