Rocket.Chat.ReactNative/ios/RocketChat Watch App/Client/Responses/UserResponse.swift

8 lines
120 B
Swift

import Foundation
struct UserResponse: Codable, Hashable {
let _id: String
let username: String
let name: String?
}