import { EntityType } from './enum/entityType.enum'; export interface FormElementType { entityType: EntityType; element: T; }