Renamed session to sessionInfo

This commit is contained in:
Aleksandrs Proskurins
2022-10-04 15:34:31 +03:00
parent 99574a9d53
commit bba0246c3a
9 changed files with 42 additions and 42 deletions
@@ -18,6 +18,12 @@ import SwiftUI
typealias UserOtherSessionsViewModelType = StateStoreViewModel<UserOtherSessionsViewState, UserOtherSessionsViewAction>
enum OtherUserSessionsFilter {
case all
case inactive
case unverified
}
class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessionsViewModelProtocol {
var completion: ((UserOtherSessionsViewModelResult) -> Void)?
private let sessionsInfo: [UserSessionInfo]