ModelCreator

typealias ModelCreator = () -> Model

A type alias for a function that creates and returns an instance of the Model class.