HuggingChat-Mac/Models/LoginChat.swift (6 lines of code) (raw):

// // LoginChat.swift // HuggingChat-Mac // // Created by Cyril Zakka on 8/23/24. // import Foundation final class LoginChat: Codable { var type: String var location: String var status: Int }