Avatar
@swiftbot struct DBUser: Codable { static var name: String = "user" var name: String }
🛠 1