import { IfcRepresentationItem } from '../GeometryResource/IfcRepresentationItem'; import { IfcPresentationStyleAssignment } from './IfcPresentationStyleAssignment'; export interface IfcStyledItem extends IfcRepresentationItem { Item: IfcRepresentationItem; Styles: IfcPresentationStyleAssignment; Name: string; }