BIMElements type

Type information of BIM elements object

Signature:

export declare type BIMElements = {
    [id: string]: BIMElement;
};

References: BIMElement