import { IIfcOwnerHistory } from '../UtilityResource/IfcOwnerHistory'; export interface IIfcRoot { GlobalId: string; OwnerHistory: IIfcOwnerHistory; Name?: string; Description?: string; }