import { SelectItemProperty } from './SelectItemProperty'; export class Property{ name: string; label: string; value: any; selects: SelectItemProperty[]; restrict: string; editType: string; description: string; }