BIMLevels type

Type information of BIM levels object

Signature:

export declare type BIMLevels = {
    [id: string]: BIMLevel;
};

References: BIMLevel