import { IfcPresentationLayerAssignment } from '../PresentationOrganizationResource/IfcPresentationLayerAssignment'; import { IfcStyledItem } from '../PresentationAppearanceResource/IfcStyledItem'; export interface IfcRepresentationItem { LayerAssignments: IfcPresentationLayerAssignment; StyledByItem: IfcStyledItem; }