@twinfinity/core
    Preparing search index...

    Type Alias BimChange

    BimChange:
        | BimChangeBlob
        | BimChangeIfc
        | BimChangeLayer
        | BimChangeDwg
        | BimFolder

    Discriminant union type (look at type property) representing a Twinfinity change. A change can be a file (IFC, DWG etc), layer or folder. Further types will be added in the future. Common for all changes are that they have a unique id and a version.