import { PropertyDefinition, PropertyDisplaySettingsType, PropertyEditorSettingsType, PropertySetupSettingsType } from "./PropertyDefinition"; export interface PropertyConfiguration> { propertyDisplaySettings: PropertyDisplaySettingsType; propertyEditorSettings: PropertyEditorSettingsType; propertySetupSettings?: PropertySetupSettingsType; }