Type Alias ModelEvent

ModelEvent:
    | ChangeEvent
    | InsertEvent
    | RemoveEvent
    | MoveEvent
    | LoadEvent
    | UnloadEvent