import { IIfcPropertySetDefinition } from './IfcPropertySetDefinition'; import { IIfcRoot } from './IfcRoot'; export interface IIfcTypeObject extends IIfcRoot { ApplicableOccurrence?: string; HasPropertySets?: IIfcPropertySetDefinition[]; }