import { IIfcProduct } from './../Kernel/IfcProduct'; import { IIfcRoot } from '../Kernel/IfcRoot'; import { IIfcObject } from '../../../ifcSchema/ifc2x3/Kernel/IfcObject'; import { IIfcSpatialStructureElement } from '../../../ifcSchema/ifc2x3/ProductExtension/IfcSpatialStructureElement'; export interface IIfcBuildingStorey extends IIfcRoot, IIfcObject, IIfcProduct, IIfcSpatialStructureElement { Elevation?: number; }