import { IfcRepresentationContext } from './IfcRepresentationContext'; export interface IIfcProductRepresentation { Name: string; Description: string; Representations: IfcRepresentationContext; }