import { IIfcObject } from './IfcObject'; import { IIfcRoot } from './IfcRoot'; export interface IIfcRelDefines extends IIfcRoot { RelatedObjects: IIfcObject[]; }