import { IPropertyValue as IBasePropertyValue, PropertyValueType } from '../propertyValue'; export interface IPropertyValue extends Pick, 'name' | 'value'> { typeOf: PropertyValueType.LocationFeatureSpecification; }