import { IIfcProperty } from './../PropertyResource/IfcProperty'; import { IIfcRoot } from './IfcRoot'; export interface IIfcPropertySet extends IIfcRoot { HasProperties: IIfcProperty[]; }