import { ValueType } from '../../shared-form/enums'; export interface ObjectPropertyModel { name: string; sysName: string; type: ValueType; }