import { IIfcProperty } from './IfcProperty'; export interface IIfcPropertySingleValue extends IIfcProperty { NominalValue?: string; Unit?: string; }