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