Conformed the models of the package to the Hashable protocol.

This commit is contained in:
2026-03-22 23:38:06 +01:00
parent a9e8d3032b
commit 1a5d10a655
6 changed files with 6 additions and 6 deletions
@@ -13,7 +13,7 @@
// ===----------------------------------------------------------------------===
/// A protocol that defines decodable models containing the `key` and `name` properties.
protocol KeyNameModel: Sendable {
protocol KeyNameModel: Sendable, Hashable {
// MARK: Properties