[Improvement] Codable models #20
@ -26,10 +26,14 @@ public extension DTO {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Decodable
|
// MARK: - Codable
|
||||||
|
|
||||||
extension DTO.LastUpdated: Decodable {
|
extension DTO.LastUpdated: Codable {
|
||||||
|
|
||||||
|
// MARK: Keys
|
||||||
|
|
||||||
enum CodingKeys: String, CodingKey {
|
enum CodingKeys: String, CodingKey {
|
||||||
case timestamp = "lastUpdated"
|
case timestamp = "lastUpdated"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user