Improve sync response

sync2
Laurent 10 months ago
parent b8077f231c
commit 97d8405732
  1. 3
      LeStorage/Services.swift

@ -741,7 +741,8 @@ struct BatchResponse<T: Decodable>: Decodable {
struct OperationResult<T: Decodable>: Decodable {
var apiCallId: String
var status: Int
var data: T
var data: T?
var message: String?
}
struct ErrorMessage {

Loading…
Cancel
Save