Conformed the KeyName model and its related type aliases to the Codable protocol.
This commit is contained in:
parent
579ffd0ce3
commit
4b648abb83
@ -45,6 +45,6 @@ extension DTO {
|
||||
|
||||
}
|
||||
|
||||
// MARK: - Decodable
|
||||
// MARK: - Codable
|
||||
|
||||
extension DTO.KeyName: Decodable {}
|
||||
extension DTO.KeyName: Codable {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user