import { IDataStructure } from './../interfaces/index'; import { FormGroup } from '@angular/forms'; /** * Entity Container */ export declare class IEntityContainer { entity: IDataStructure; entityForm: FormGroup; }