@twinfinity/core
    Preparing search index...

    Type Alias BimChangeUploadable

    BimChangeUploadable: Exclude<
        BimChange,
        BimChangeLayer
        | BimFolder
        | BimContainer,
    >

    Defines change types that it is possible to upload files/content for using the UploadApiClient api. Currenty it is only supported to upload files that aren't IFC or DWG's.