Conformed the KeyName model and its related type aliases to the Codable protocol.

This commit is contained in:
Javier Cicchelli 2023-07-23 16:28:09 +02:00
parent 579ffd0ce3
commit 4b648abb83

View File

@ -45,6 +45,6 @@ extension DTO {
} }
// MARK: - Decodable // MARK: - Codable
extension DTO.KeyName: Decodable {} extension DTO.KeyName: Codable {}