HuggingChat-Mac/Models/TitleEditionBody.swift (
4
lines of code) (
raw
):
// // TitleEditionBody.swift // HuggingChat-Mac // // Created by Cyril Zakka on 8/23/24. // import Foundation struct TitleEditionBody: Encodable { let title: String }