struct ApiResponse<T: Decodable>: Decodable {
let status: Int
let data: T?
let error: String?
}
Topic:
App & System Services
SubTopic:
General
Tags: