export interface IfcPresentationLayerAssignment { Name: string; Description?: string; AssignedItems: string; Identifier?: string; }