interface IfcType {
    typeID: number;
    typeName: string;
}

Properties

Properties

typeID: number
typeName: string