AnyReduxApp

open class AnyReduxApp<AppState> : ReduxApp

Type erasure for the generic ApplicationType protocol (you need this to reference it as a full type, to use it in arrays or variable definitions, since generic protocols can only be used in generic definitions)