HuggingChat-Mac/Models/SharedConversation.swift (4 lines of code) (raw):

// // SharedConversation.swift // HuggingChat-Mac // // Created by Cyril Zakka on 8/23/24. // import Foundation struct SharedConversation: Decodable { let url: URL }