import { IIfcRoot } from '../Kernel/IfcRoot'; import { IIfcObject } from '../Kernel/IfcObject'; import { IIfcProduct } from '../Kernel/IfcProduct'; import { IIfcSpatialElement } from './IfcSpatialElement'; export interface IIfcSpatialStructureElement extends IIfcRoot, IIfcObject, IIfcProduct, IIfcSpatialElement { CompositionType: string; LongName?: string; }