Interface ModelChange

One specific change to a BB

interface ModelChange {
    author: Author;
    buildingBlockChanges: BuildingBlockChange[];
    changeType: ModelChangeType;
    id: number;
}

Properties

author: Author

User who performed the change.

buildingBlockChanges: BuildingBlockChange[]

Changes to the building block

changeType: ModelChangeType

Type of the change

id: number

Id of the affected building block