import { IIfcElement } from './IfcElement'; import { IIfcProduct } from './../Kernel/IfcProduct'; import { IIfcObject } from './../Kernel/IfcObject'; import { IIfcRoot } from './../Kernel/IfcRoot'; export interface IIfcBuildingElement extends IIfcRoot, IIfcObject, IIfcProduct, IIfcElement { }