import { IfcRepresentation } from './IfcRepresentation'; export interface IfcRepresentationContext { ContextIdentifier: string; ContextType: string; RepresentationsInContext: IfcRepresentation; }