import { IIfcRelDefinesByProperties } from './IfcRelDefinesByProperties'; import { IIfcTypeObject } from './IfcTypeObject'; import { IIfcRoot } from './IfcRoot'; export interface IIfcPropertySetDefinition extends IIfcRoot { PropertyDefinitionOf: IIfcRelDefinesByProperties[]; DefinesType: IIfcTypeObject[]; }